mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3503d722a1
Summary: Commits can happen during navigation/teardown which creates mount items. If we throw an exception during teardown because we expect the Context to still be around, we crash too often. Instead, I will rely on logic in FabricUIManager to ignore queued MountItems if we try to execute them after the surface has been torn down; and we move the IllegalStateException to actual execution of the mount item in case there's an edge-case we're missing. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D22470102 fbshipit-source-id: ad98c03994969a3c3f300d6551e90b6516ed2d8b
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.