From 13b8dd3ba8d958e3f4004ee8ca8d8861e0beedfa Mon Sep 17 00:00:00 2001 From: Mounir Dhahri Date: Tue, 7 Oct 2025 10:52:22 +0200 Subject: [PATCH] chore: enable new architecture on Android --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 24266a0fa96..1a4928b2803 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -39,7 +39,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # your application. You should enable this flag either if you want # to write custom TurboModules/Fabric components OR use libraries that # are providing them. -newArchEnabled=false +newArchEnabled=true # Use this property to enable or disable the Hermes JS engine. # If set to false, you will be using JSC instead.