diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 2c96211af94..5e68d78dd84 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -159,6 +159,11 @@ android { targets "helloworld_appmodules" } } + if (!enableSeparateBuildPerCPUArchitecture) { + ndk { + abiFilters (*reactNativeArchitectures()) + } + } } }