mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [Internal] Working towards removing configure.py, switch to invoking CMake directly. Note that with this change, ninja is no longer a requirement, since it will use the default build system on the host. Reviewed By: cortinico, jpporto Differential Revision: D35342731 fbshipit-source-id: f04a367bda9fb22642f17e7c2c5cf493e44013d3
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.