mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
616864a2df
Summary: There's an issue with TextInput on Android where if you have TalkBack enabled, double tapping doesn't focus the text input. It turns out this is because we ignore all focus events that aren't from JS in ReactEditText. This diff makes an exception for the accessibility click event. I think this should also fix https://github.com/facebook/react-native/issues/17624 Reviewed By: lunaleaps Differential Revision: D15818103 fbshipit-source-id: 354728b58f1023c4d44edd48337c8daa8ea15c0c
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.