mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d010fc3bf4
Summary: Add event key action for Android EventHandler events, helps to know if the key event is a up (key release, value is 1) or down (key pressed, value is 0) action. ## Changelog [ANDROID] [ADDED] - Add event key action to EventHandler events. Pull Request resolved: https://github.com/facebook/react-native/pull/25300 Test Plan: No test added Differential Revision: D15897484 Pulled By: cpojer fbshipit-source-id: fdb3d5413d9da3dd5f46d41e31ac60f0b341f3eb
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.