From 8af0150f61756857cdda10666fcd026a3bcb5893 Mon Sep 17 00:00:00 2001 From: Matteo Mazzarolo Date: Sat, 3 Aug 2019 22:11:09 +0200 Subject: [PATCH] Disabled hermes (#13) --- 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 0abda5c..8d5917f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -77,7 +77,7 @@ import com.android.build.OutputFile project.ext.react = [ entryFile: "index.js", - enableHermes: true, // clean and rebuild if changing + enableHermes: false, // clean and rebuild if changing ] apply from: "../../node_modules/react-native/react.gradle"