mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cb18bf8c09
Summary: TurboModuleManager.getOrCreateModule() is responsible for creating TurboModules. In the future, we'll need this method to create interop NativeModules (i.e: NativeModules that don't implement TurboModule). So, this diff changes the implementation of the method to create NativeModule objects. In the future, we'll extend the TurboModule create algorithm to create legacy NativeModules, by integrating with TurboModuleManager.getLegacyModule(): D43751055 Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D43801536 fbshipit-source-id: d86ef915248d40bea56c6103796a37dd7fb5992a
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.