mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff exposes the getJSIModule on the ReactContext class. This class already has methods to obtain NativeModules and JSModules, it make sense to expose the getJSIModule method too. Changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D18862858 fbshipit-source-id: 95fe48c065266060c96fc40a002041ba398b3134
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.