From 0be9de98d837c3ebfd0b9bdb17e66706c0bd1ea5 Mon Sep 17 00:00:00 2001 From: yungblud Date: Wed, 26 Apr 2023 08:57:31 +0900 Subject: [PATCH] feat: :zap: turn on newarch enabled on example app --- examples/LaftelVideo/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LaftelVideo/android/gradle.properties b/examples/LaftelVideo/android/gradle.properties index fa4feae5..ac336f33 100644 --- a/examples/LaftelVideo/android/gradle.properties +++ b/examples/LaftelVideo/android/gradle.properties @@ -37,4 +37,4 @@ 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