mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
41ecccefcf
Summary: Immediately destroy EventEmitterWrapper on update instead of waiting for Java GC. This can resolve JSI::~Pointer deallocation crashes by clearing out EventEmitter and therefore EventTarget sooner, before RN teardown. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D29415386 fbshipit-source-id: 05517bfd9e2cc2bd1b8c58d4f84c84f6f547268a
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.