mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 17:07:09 +00:00
Summary: An application could either have lazy, or non-lazy modules. This diff simply lets the individual reactPackages decide if they should be lazy or not, based on the variable in `ReactInstanceManagerBuilder`. This diff also removed the method `setLazyNativeModules()` since an app can now have both native and non-native modules. Reviewed By: achen1 Differential Revision: D8940026 fbshipit-source-id: 0399f4f39ad57f2b03e4dce117a9e2c28c4ed2b1
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.