mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
aa43aab77c
Summary: This PR bumps NDK_VERSION to 21.4.7075529, and patches FileUtil.cpp from folly based on patch from https://github.com/facebook/folly/pull/1593. We can remove the patch once PR lands in Folly and bump Folly version in RN. FYI, NDK 20 is deprecated and 21 is LTS release. ## Changelog [Android] [Changed] - Bump NDK to 21.4.7075529 Pull Request resolved: https://github.com/facebook/react-native/pull/31731 Reviewed By: mdvacca Differential Revision: D29166690 Pulled By: ShikaSD fbshipit-source-id: 0792691404f718aaf5af1369f66f0cba046b4e20 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
Android-prebuilt.mk | ||
build.gradle | ||
DevExperience.md | ||
gradle.properties | ||
proguard-rules.pro | ||
README.md |
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.