mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ce226c1f28
Summary: Fixes T54997838 by preventing any view mutations during `onMeasure` calls. There might still be places where this is possible, but this is where I'm seeing all the crashes currently. See comments in ReactRootView for why views were mutated during onMeasure. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18518591 fbshipit-source-id: 1406af8a6b0bfcc86f4cc5b451b3967f312dfd85
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.