mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bda032af6e
Summary: D27682424 (https://github.com/facebook/react-native/commit/ea1ff374de2ece7d1698b14d4e1aa8075df22cdd) updated how animated node batches are executed in Fabric. On Paper, these batches were controlled by native module in some places (batch was executed ~every 2 frames), but some animations were switching animation batching control to JS globally there as well. This change updates two things: - If batching is controlled by native, it makes sure batches are calculated correctly. - At the same time, this change switches control for animation node batching to JS, aligning it with Fabric. Changelog: [Internal] Reviewed By: JoshuaGross, mdvacca Differential Revision: D27939659 fbshipit-source-id: d6251bce2a303a4a007dc10297edc0175cc4b348
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.