mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
40b36a040f
Summary: In particular, NativeAnimatedModule relies on having some signal of when there's a commit from ReactJS. In Fabric, this is the only reliable signal. Failing to call scheduleMountItems even when there's no changes to the tree will result in certain animation operations being delayed way longer than necessary. I pass nullptr instead of empty arrays in some cases to hopefully improve perf. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D22008981 fbshipit-source-id: 6bdeb46e03b5138dbfa5b077952ec0fa3dfe1eb3
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.