From ca8caa94bdfe9d6ae23839e39e3f9e19f2c27f9f Mon Sep 17 00:00:00 2001 From: Melroy Noronha Date: Thu, 20 Oct 2022 20:31:07 +0530 Subject: [PATCH] disable new architecture Disabling because of build issues. --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index ac336f3..fa4feae 100644 --- a/android/gradle.properties +++ b/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=true +newArchEnabled=false