mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-05 22:35:16 +08:00
Summary: `YGConfigContext` was using `global_ref` instances for the config, leading to the config object never being freed. Since we no longer need it after getting rid of cloning, we can make the context a pointer to a `global_ref` to the logger. Reviewed By: SidharthGuglani Differential Revision: D14258571 fbshipit-source-id: cce632499839a680eef00a3854f61ab74ae2a87a
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.