mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-17 03:05:04 +08:00
Summary:Building React Native for Android from source the first time is quite slow. A large part of the time is spent downloading the Boost C++ library. If the code is already present on the system, there's no need to download it. **Test plan** CircleCI tests on this pull request. The env variable is not defined on CircleCI so this pull request should have no effect. Closes https://github.com/facebook/react-native/pull/7116 Differential Revision: D3207397 Pulled By: mkonicek fb-gh-sync-id: 3454947f6c90fda0d8d2cbb17a1af518e45b47fd fbshipit-source-id: 3454947f6c90fda0d8d2cbb17a1af518e45b47fd
Building React Native for Android
See docs on the website.