Skip to content

Commit e01bdd8

Browse files
committed
Disable hermes
1 parent 28f3620 commit e01bdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project.ext.react = [
66
bundleAssetName: "index.android.bundle",
77
bundleInAlpha: true,
88
bundleInBeta: true,
9-
enableHermes: true,
9+
enableHermes: false,
1010
hermesFlagsDebug:['-Xes6-proxy','-output-source-map'],
1111
hermesFlagsRelease:['-output-source-map'],
1212
hermesCommand: "../../../node_modules/hermes-engine/%OS-BIN%/hermesc",

0 commit comments

Comments
 (0)