mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
aefb17421b
Summary: We currently enable the debugger by default on all platforms except Android. On Android, we then manually enable the debugger in debug builds. Instead, change it so the debugger is manually disabled in release builds, to simplify the setup. Changelog: [Internal] Reviewed By: jpporto Differential Revision: D35347444 fbshipit-source-id: a97bba0c65c61c211cf9e361e7091343a2c6416f
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.