mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
46120bc38a
Summary: The concept of `EventBeat::Owner` was introduced in D17128549, this diff implements some missing pieces of that. After the change, AsyncEventEmitter will check the existence of the "owner" (which is EventDispatcher) which guarantees that the rest of the pipeline is still alive (the validity of Runtime is guaranteed by RuntimeExecutor separately). The overall workflow is described in D17128549. Reviewed By: JoshuaGross Differential Revision: D17410738 fbshipit-source-id: a1ae8e09600546874cdc7c622b3d884b71c5b48d
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.