From a6c21ade50006c7b66a4680eea61727e95643dc5 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 4 Apr 2020 19:33:40 +0530 Subject: [PATCH] Revert "Enable Hermes" This reverts commit e151e51eb05fe835e9c6f3ab512357a38a3fe9ff. --- 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 af5b80e..0ba6783 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"