Uh oh!
There was an error while loading. Please reload this page.
Cherry-pick focus/blur fixes from master - #741
Conversation
* Update RCTCxxBridge.mm * add nullability checks
This fixes a regression from when we upgraded to 0.63 where we could no longer call `focus()` or `blur()` on any `View` (including `Text`). This regression was due to a change that dispatches these as commands (to be compatible with Fabric) instead of directly using `UIManager` to change focus. Only the `TextInput` supported these commands.
|
This fixes a regression from when we upgraded to 0.63 where we could no longer call `focus()` or `blur()` on any `View` (including `Text`). This regression was due to a change that dispatches these as commands (to be compatible with Fabric) instead of directly using `UIManager` to change focus. Only the `TextInput` supported these commands.
Please select one of the following
Summary
git cherry-pick d4530ee
Microsoft Reviewers: Open in CodeFlow