mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bf55a3a392
Summary: I've just realized that CMake is ignoring `ccache`, even if you have it installed. This is the necessary change needed to verify if the user has `ccache` installed and eventually use it. While not a necessary change for Prefab supprot, this is a nice to have that I've discovered while working on it. Changelog: [Internal] [Changed] - Make sure ccache is considered as part of the CMake build Reviewed By: cipolleschi Differential Revision: D39815089 fbshipit-source-id: be62e5fe98954593fd907ec21c41950a967cff04
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.