mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d96cd6d285
Summary: As the title says, we need to invoke: ``` ./utils/build/configure.py ./ninja_build cmake --build ./ninja_build --target hermesc ``` In order to build the Hermes compiler, otherwise the CMake build will fail with a missing Cmake file. Changelog: [Internal] [Changed] - Create a Gradle task to setup the Hermes Ninja build Reviewed By: hramos Differential Revision: D34213468 fbshipit-source-id: 83f70bdb068f99ce17a44207b4282fde2d7420ca
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.