mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ec18e35cd3
Summary: TurboModuleManager can emit the following events: - JS Require Beginning - JS Require Ending - Module Create (for C++-only TurboModules) This diff instruments JS Require beginning, and JS Require ending. It also serves as a good stopgap to verify that TurboModule perf logging is set up correctly. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D22485529 fbshipit-source-id: a41b88b56627ad2bbcaadac87bf9d530bf07ae81
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.