mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a40f973f58
Summary: Right now, `react-native` on Android passes in an explicit Hermes config when initializes Hermes. The upcoming version of Hermes shipping with React Native 0.66 will handle this default config itself, so there's no need to override it from Android anymore. Changelog: [Android][Changed] - Hermes initialization will no longer need an explicit configuration. Pull Request resolved: https://github.com/facebook/react-native/pull/31900 Test Plan: I compiled and ran a React Native app using the Android build, making sure to build `ReactAndroid` from source. I confirmed that the config was actually being applied by testing how much memory an application could eat before being killed. Reviewed By: sshic Differential Revision: D30675510 Pulled By: yungsters fbshipit-source-id: 5eef056893b72ddd433ee808eb08d0eb56f22f72
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.