mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
499ac1f14b
Summary: In stopSurface we destroy these EventEmitters which is not a threadsafe operation. Wrap usage and destruction of these wrappers to prevent crashes. This crash is caused by D29020768 (https://github.com/facebook/react-native/commit/25e8fbe8ffa1c91522e91819a781434093f8b759) which was landed to fix T92179998, which was in turn caused by D28938637 (https://github.com/facebook/react-native/commit/ac6d1982f4df55eca4da1cfc588dadc35bc005d0). Changelog: [internal] Reviewed By: sammy-SC, mdvacca Differential Revision: D29239828 fbshipit-source-id: 6be5acf4a24b82c75c13fe9f1d16a87cce5b7e00
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.