mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a28dd38909
Summary: Proxy is now enabled by default in hermes 0.7 (https://github.com/facebook/hermes/releases/tag/v0.7.0). However we currently disable it because of the config we pass. This removes the config so proxy is now enabled. ## Changelog [Android] [Changed] - Use default for hermes es6 proxy enabled Pull Request resolved: https://github.com/facebook/react-native/pull/30142 Test Plan: Tested that proxy is now enabled (typeof Proxy !== 'undefined') with hermes 0.7. Reviewed By: cpojer Differential Revision: D24494182 Pulled By: mhorowitz fbshipit-source-id: 7f8a506e2c436f2f1611e183ca22d33dc763643c
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.