mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c12423cbdc
Summary: This diff updates the CMake command used for configuring the Hermes build from `cmake` from $PATH to the `cmake` bundled with the Android SDK. If not found, fallsback to the previous behavior. This relaxes the requirement of having to ask our users to install CMake in their CLIs. Changelog: [Internal] [Changed] - Use Android SDK version of CMake rather than an external one Reviewed By: neildhar Differential Revision: D35931306 fbshipit-source-id: 8d6c554e5e9040e3bd4fed5f72fbdb0eb61d745a
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.