-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Description
Target Branch
0.79
Link to commit or PR to be picked
Description
facebook/react-native#48547 introduced a bug on older Android versions (< 9). The nature of this bug is described in facebook/react-native#51072. The TLDR is that the first TextInput's would not be able to be blurred (use focus) once they gained focus. This is because of Android behavior that attempts to focus the first focusable View in the hierarchy after clearing focus. This is supposed to only happen not in touch mode (using hardware keyboard), but it happens in touch mode nevertheless. This PR uncovered that issue.
The PR to be picked is the fix.
I already picked this into 0.80. See #952 for details on that if needed.
Metadata
Metadata
Assignees
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Type
Projects
Status
Done / Picked