mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-11 03:13:18 +08:00
Summary: @public If `jni_YGNodeFree` is called while GC is running, the weak reference table lock is held by the GC, leading to deadlock. Here, we revert the method to being a regular native method, solving that problem. Reviewed By: SidharthGuglani Differential Revision: D14184220 fbshipit-source-id: 2882fa10586617cea2df99550a7dd8885376d11e
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.