mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
304c5d54ec
Summary: This is a useful debugging tool that will not be compiled by default, and we have some protection to only compile it in Debug builds so it's less likely to accidentally slip into production. This has been useful for debugging C++ LayoutAnimations, since Remove/Insert mutations are delayed and fiddled around with a little. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D22148853 fbshipit-source-id: 05609507cdf06b73fd3edf5cf7bc95e124ff1135
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.