mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6f26a920a7
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33560 X-link: https://github.com/facebook/hermes/pull/720 Turn on ICF for the build whenever it is available. This requires us to link with LLD, which is only the default starting in NDK r23, so manually specify LLD for the Android build. Also turn on LTO for the CircleCI build, so we generate highly optimised binaries for distribution. Changelog: [Internal] Reviewed By: jpporto Differential Revision: D35344254 fbshipit-source-id: 64b37e6a7817a7b7826cc7480468367b95d63c61
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.