mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3c7809ed0d
Summary: Call `onDropViewInstance` on all Views when stopSurface is called. We used to do this but stopped doing it ~6 months ago. This did not cause any prod issues but is not correct. This allows product code to do cleanup upon view deletion. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D28388929 fbshipit-source-id: a8f06d4b1b12a11a907667e0a837c653db035941
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.