mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c76070412f
Summary: TurboModuleManager used to be provided by a JSIModules package. In D26193053 (https://github.com/facebook/react-native/commit/13f100f788063be2a30109c3f7fee386cb766ec4), we moved TurboModuleManager creation off JSIModules. However, we didn't move the creation outside the JSIModules guard. So, when there were no JSIModules registered, we simply wouldn't create the TurboModuleManager. This diff fixes that mistake. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D26380674 fbshipit-source-id: 66939d11205b1d2eccd8c3b59ca4782e90645cd9
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.