mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: @public Contexts of nodes only hold a bit mask after we got rid of weak JNI refs. We can simply store that data in a pointer-sized unsigned int. Here, we replace all context heap allocations with usage of the node context (`void *`) as bitmask. We also add a couple of utility operators in order to keep the code comprehensible. Reviewed By: fabiomassimo Differential Revision: D14425742 fbshipit-source-id: f32c2184a1f09268c39dbb8cd09ac96517339674
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.