diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 2c96211af948fd..5e68d78dd8435d 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()) + } + } } }