b5dc45420a
Summary: This PR will bump NDK APP_PLATFORM to android-16. Below is the excerpt from NDK documentation > This variable contains the minimum Android platform version you want to support. For example, a value of android-15 specifies that your library uses APIs that are not available below Android 4.0.3 (API level 15) and can't be used on devices running a lower platform version. For a complete list of platform names and corresponding Android system images, see Android NDK Native APIs. Closes https://github.com/facebook/react-native/pull/19830 Differential Revision: D8620017 Pulled By: hramos fbshipit-source-id: 0b5578f130938e3ddae03fb855784193183243cf |
||
---|---|---|
.. | ||
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.