mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Summary: The removeClippedSubviews optimization often detaches views while maintaining strong references to them (so they can be attached again later on). However, when removing the parent view, any detached views end up not being cleaned up or removed, thus leaking memory. This fixes this by explicitly dropping detached views when the parent is removed. Reviewed By: astreet Differential Revision: D3337513
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.