Phecda

build: disable Hermes

Hermes force immer.js use ES5 mode which affects performance.
@@ -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"