mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: @public Completely removes the usage of weak JNI refs. This is great, because node allocation and deallocation no longer go through a VM-global lock to access the weak reference table. This is also great, because we can no longer overflow that ref table. Performance is comparable to weak refs. Reviewed By: marco-cova Differential Revision: D14423068 fbshipit-source-id: 62003d2d6fd971e91460a26fb3477046f26e2ba5
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.