mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
18165367b0
Summary: Changelog: [internal] RuntimeScheduler needs to be created and registered in the runtime before any JS is allowed to run. This diff moves the registration right after the runtime is initialised. This diff removes funnelling of Fabric events through RuntimeScheduler. This will be added in subsequent diff to keep the complexity low. Reviewed By: JoshuaGross Differential Revision: D29131766 fbshipit-source-id: cbc650f6fbce95e4b9c2c9695e8e0aba5beac635
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.