From 4b416673de86ccb054c5a65677ccaacb52cd228b Mon Sep 17 00:00:00 2001 From: Fabrizio Bertoglio Date: Sun, 11 Feb 2024 16:41:27 +0800 Subject: [PATCH] enable fabric on wearos --- watch-example/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-example/android/gradle.properties b/watch-example/android/gradle.properties index a46a5b9..99fc223 100644 --- a/watch-example/android/gradle.properties +++ b/watch-example/android/gradle.properties @@ -34,7 +34,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.