mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b55146f776
Summary: In previous diffs I migrated many (all?) NativeModules in FB and open-source to check for `hasActiveCatalystInstance` before calling `getJSModule`. We log SoftExceptions in those cases to find more potential race condition and lifecycle bugs without crashing. In this diff, I migrate all the non-NativeModule callsites that I could find. Previous diffs: see D18032458, D18035359, D18032788, D18092136, D18092137, D18112989, D18134400 Changelog: [Internal] Reviewed By: mdvacca, mmmulani Differential Revision: D18134694 fbshipit-source-id: 4729abfb84280b634463b1cd9b4dd808f310b6e7
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.