Revert "Enable Hermes"

This reverts commit e151e51eb0.
This commit is contained in:
Ceda EI 2020-04-04 19:33:40 +05:30
parent b89b67bf68
commit a6c21ade50
1 changed files with 1 additions and 1 deletions

View File

@ -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"