mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff refactors ReactEventEmitter to not use the method ReactContext.getJSModule() Since the initialization of events is performed by UIManagerModule or FabricUIManager classes we don't need to use JSModules as part of this class Reviewed By: ejanzer Differential Revision: D17176948 fbshipit-source-id: 6915a74b486851fbeda24f779d97873df22fd79b
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.