Skip to content

Commit

Permalink
Disabled hermes (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo authored Aug 3, 2019
1 parent 5448f7e commit 8af0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8af0150

Please sign in to comment.