mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Summary: In manageChildren, we were assuming that the indices that were passed in to be removed were sorted, however, they weren't. This patch sorts the children to be removed. Note that it doesn't explicitly sort move, since these are sorted by the MoveProxy class. Reviewed By: astreet Differential Revision: D3474639
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.