mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51338 There was some problems removing this feature flag earlier in that, on older android versions, we would try to focus the top most text input whenever any other text input would try to blur. This was ultimately and issue with how Android implements `clearFocus`. To fix this, lets block the focusability of all views while we clear the focus, then re-enable. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D74760594 fbshipit-source-id: 2811c08ad6ed0855da0a4d7fca89fb08f84905c2