From 5feaf50f0ad0a93b666a4fd4db4a2149b8412315 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Tue, 14 May 2024 16:19:33 +0530 Subject: [PATCH] chore: enable new architecture for android --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 6d587f756f97..1a8c8283e4ef 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -53,10 +53,10 @@ commitHash=unknown # 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. # Disabled for debug builds to avoid 'maximum call stack exceeded' errors. # https://github.com/status-im/status-mobile/issues/18493 -hermesEnabled=false +hermesEnabled=true