mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: - Right now, in the TurboModuleManager, "module" refers to TurboModules. - In the future, we'll use this cleanup lock for interop modules as well (i.e: NativeModules that don't conform to TurboModule). Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D43801535 fbshipit-source-id: cecccf8d0005ef11bb0c864515fd284292582e64
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.