Skip to content

Commit c67ae54

Browse files
authored
fix: Disable hermes again
1 parent b8f7d71 commit c67ae54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.android.build.OutputFile
66

77
project.ext.react = [
88
entryFile: "index.js",
9-
enableHermes: true
9+
enableHermes: false
1010
]
1111

1212
apply from: "../../node_modules/react-native/react.gradle"

0 commit comments

Comments
 (0)