mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
10d89b1eff
Summary: In the previous diffs, I: 1. D17422165: Created a `CallInvoker` for the NativeModules thread. 2. D17422164: Exposed this `CallInvoker` via `CatalystInstance.getNativeCallInvokerHolder()`. In this diff, I: 1. Make TurboModuleManager accept the NativeModules thread `CallInvoker` as a constructor argument. Reviewed By: PeteTheHeat Differential Revision: D17422163 fbshipit-source-id: cbaac2fc06f7f726d89e0c545154123ad7410e62
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.