mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 06:38:13 +00:00
Summary: This diff fixes a NPE that can occur when we force the dispatching of events when the EventDispatcher is not initized. The fix consists on avoid posting the frame callback, if the internals of EventDispatcher are not initialized yet (same behavior used by the dispatchEvent method) Reviewed By: fkgozali Differential Revision: D13549147 fbshipit-source-id: ef3baeb536e8772fbd83024352a37af01c21d589
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.