You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Starting to upstream keyboard-related features from React Native Windows - this is the Android implementation.
Exposing onFocus and onBlur callbacks on Pressable; they're already declared for View in ViewPropTypes.js, which Pressable wraps.
Registering event listeners in ReactViewManager to listen for native focus events.
## Changelog
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
[Android] [Added] - Add onFocus/onBlur for Pressable on Android.
Pull Request resolved: #30405
Test Plan:
Tested on v63-stable, since building master on Windows is now broken. Screenshots from RNTester running on the emulator:


Reviewed By: mdvacca
Differential Revision: D25444566
Pulled By: appden
fbshipit-source-id: ce0efd3e3b199a508df0ba1ce484b4de17471432
0 commit comments