8ce758f48a
Summary: According to [ndk release notes](https://github.com/android-ndk/ndk/wiki/Changelog-r14-beta1#ndk-build) flag APP_ALLOW_MISSING_DEPS should be set to true in order to fix ndk-build tool. If it builds it will work. On older ndk flag is ignored. [ANDROID] [MINOR] [Application.mk] - build with android-ndk-14+ supported Closes https://github.com/facebook/react-native/pull/18814 Differential Revision: D8643513 Pulled By: hramos fbshipit-source-id: d96f8c039a754b9b95839f0a0bd98fcfdaf39bd4 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
proguard-rules.pro | ||
release.gradle |
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.