mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4bc40bf8e6
Summary: This code was useful for debugging T78035906 but is no longer needed. I'm a bit conflicted about removing it, since such issues could crop up again in the future - but they're very rare, and hopefully now we know how to avoid them. tl;dr: Make sure that mount instructions are not executed *during* a draw or measure. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25450846 fbshipit-source-id: e261f13db252d22773e373a5de744ecc8c380a43
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.