mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Collapse many Remove/Delete mount items into a single batched item. Since a delete is always preceded by a remove mountitem, we can batch these into one instruction. Since deletes tend to come in large blocks, it might make sense to batch many into a single instruction. Reviewed By: mdvacca Differential Revision: D17254631 fbshipit-source-id: abfd54cdb0bbb9a4c0880ec8e8bbd681367aecd4
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.