mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
225ff72d2d
Summary: Because of the "disable preallocation of virtual views" experiment, for some reason, some views are being preallocated multiple times instead of not being preallocated at all. This isn't really a problem for CreateView, and Preallocate is actually more strict here than it needs to be. I'm going to downgrade this to a soft error and will continue to analyze more. This is more of a perf issue than a correctness issue, so this should be fine. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D29206416 fbshipit-source-id: 9490a1a705c2b39def3a3e56086634439543515e
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.