mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bd7caa64f5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32848 If we leverage the side-by-side configuration of the NDK (see https://developer.android.com/studio/projects/configure-agp-ndk#agp_version_41) we will not have to specify the NDK Path or Version at all. We will automatically pick the best NDK version selected by AGP. Changelog: [Android] [Changed] - Use side-by-side NDK for Android Reviewed By: ShikaSD Differential Revision: D33475818 fbshipit-source-id: 16aa4acfc44b94e2f92df89d71e104bf46d7f162
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.