build: disable Hermes
Hermes force immer.js use ES5 mode which affects performance.
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -79,7 +79,7 @@ import com.android.build.OutputFile | @@ -79,7 +79,7 @@ import com.android.build.OutputFile | ||
| 79 | 79 | ||
| 80 | project.ext.react = [ | 80 | project.ext.react = [ |
| 81 | entryFile: "index.js", | 81 | entryFile: "index.js", |
| 82 | - enableHermes: true, // clean and rebuild if changing | 82 | + enableHermes: false, // clean and rebuild if changing |
| 83 | ] | 83 | ] |
| 84 | 84 | ||
| 85 | apply from: "../../node_modules/react-native/react.gradle" | 85 | apply from: "../../node_modules/react-native/react.gradle" |
-
Please register or login to post a comment