Change reactNativeArchitectures to arm64-v8a

Updated the React Native architectures to only include arm64-v8a.
This commit is contained in:
2026-04-23 16:24:57 +05:30
committed by GitHub
parent a2cf31411d
commit 62281b613d

View File

@@ -27,7 +27,7 @@ android.enableJetifier=true
# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
# ./gradlew <task> -PreactNativeArchitectures=x86_64
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
reactNativeArchitectures=arm64-v8a
# Use this property to enable support to the new architecture.
# This will allow you to use TurboModules and the Fabric render in