The Wire · Showcase
REACT NATIVE FIXES KEYBOARD ACCESS ON IOS MARKETPLACE
By RepoJournal · Filed · About Meta
React Native patched a Full Keyboard Access regression that broke interactive row focus on iOS Marketplace.
A single commit landed overnight addressing FKA (Full Keyboard Access) failures on the Marketplace You page [1]. The fix restores keyboard navigation for interactive rows on iOS, a core accessibility feature that enterprise and power users depend on. This is an internal fix with no public API changes, so it ships quietly but matters for anyone relying on keyboard-first navigation in production React Native apps. Reviewed by Picowchey and joevilches.
One email a day. Unsubscribe in one click.
Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Watch for next React Native release to pick up this fix facebook/react-native [monitor]
References
- [1] Fix keyboard focus for interactive rows (#57750) facebook/react-native