mirror of
https://github.com/status-im/react-native.git
synced 2025-01-24 16:29:01 +00:00
288934398b
Summary: Runtime annotation processing uses reflection which is slow. We'll use build time annotation processing instead and create at build time static ModuleInfo classes which have "name", "canOverrideExistingModule", "supportsWebWorkers", "needsEagerInit". Reviewed By: lexs Differential Revision: D3752243 fbshipit-source-id: 3518c6f38087d8799a61410864007041389c0e15
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.