From 0f8d2e445038539048b8cb160c7d4207b3fef6dc Mon Sep 17 00:00:00 2001 From: Maximilian Krause Date: Wed, 20 Nov 2024 13:40:06 +0100 Subject: [PATCH] feat: re-enable new architecture under Android build issue seems to have been local cache issue --- example/android/gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 0f046b9..5e24e3a 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -32,8 +32,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. -# TODO: Enable - currently broken due to event emitter -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.