diff --git a/test/react-native/features/fixtures/rn0.60/android/app/build.gradle b/test/react-native/features/fixtures/rn0.60/android/app/build.gradle index 85dd1ec707..4f55f07683 100644 --- a/test/react-native/features/fixtures/rn0.60/android/app/build.gradle +++ b/test/react-native/features/fixtures/rn0.60/android/app/build.gradle @@ -135,6 +135,9 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 versionName "1.0" + ndk { + abiFilters "arm64-v8a", "x86" + } } splits { abi { diff --git a/test/react-native/features/fixtures/rn0.63/android/app/build.gradle b/test/react-native/features/fixtures/rn0.63/android/app/build.gradle index d2424810cc..7a3b2615eb 100644 --- a/test/react-native/features/fixtures/rn0.63/android/app/build.gradle +++ b/test/react-native/features/fixtures/rn0.63/android/app/build.gradle @@ -137,6 +137,9 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 versionName "1.0" + ndk { + abiFilters "arm64-v8a", "x86" + } } splits { abi {