mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff introduces the flag IS_DEVELOPMENT_ENVIRONMENT that will be used in Fabric to control the logging of props, localData and state ONLY during development. Using DEBUG mode to control the logging of this kind of data is not enough. Changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D18290351 fbshipit-source-id: cf0824bd15b9f1c509bbb284b85761166099bc42
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.