mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b40ed6890d
Summary: `Fb4a` and `Workplace` use only one product-specific `ReactPackage`, but `ReactInstanceManager` also installs `CoreModulesPackage` and `DebugCorePackage`. These two packages have NativeModules that got converted to the TurboModule system. So, I've added them to the `Fb4aReactPackagesTest` and `WorkReactPackageTest` to ensure that NativeModule conversions in framework-provided packages are also tested. Changelog: [Internal] Reviewed By: PeteTheHeat Differential Revision: D18974083 fbshipit-source-id: a98ec28a882ce51597a068ddecf43f5fbb6bfdc6
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.