From c7b2c95ec807e0dc2b10c64e0b1dde99772eecf0 Mon Sep 17 00:00:00 2001 From: Max Mitschke Date: Wed, 11 Aug 2021 13:03:44 +0200 Subject: [PATCH] disable hermes --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 936bedd..b1e695c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -89,7 +89,7 @@ import com.android.build.OutputFile */ project.ext.react = [ - enableHermes: true, // clean and rebuild if changing + enableHermes: false, // clean and rebuild if changing ] apply from: "../../node_modules/react-native/react.gradle"