From 62281b613d5a47e87a79d5909af6c90452f5c369 Mon Sep 17 00:00:00 2001 From: Rakshit Kumar Singh Date: Thu, 23 Apr 2026 16:24:57 +0530 Subject: [PATCH] Change reactNativeArchitectures to arm64-v8a Updated the React Native architectures to only include arm64-v8a. --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index a46a5b9..6cb6865 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 -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