mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
69bb46b55e
Summary: Previously, users of the TurboModuleManager system would have to `TurboModuleManager.installBindings()` themselves, which synchronously attached the `__turboModuleProxy` function on the JS `global` object. After these changes, the TurboModuleManager, when created will schedule work on the JS thread to install the global `__turboModuleProxy` function. As long as you create the TurboModuleManager before you run the bundle, we'll install the bindings before any TurboModules are accessed. Changelog: [Android][Fixed] - Install TM Bindings on JS thread Reviewed By: ejanzer Differential Revision: D19335956 fbshipit-source-id: 967ac2d3a0510392f6f0e42efe79b1a0ff6768c4
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.