fix some bugs (#260)

* fix some bugs

* fix some bugs
This commit is contained in:
菩提
2020-01-15 20:54:19 +08:00
committed by Jaco Greeff
parent e65e5460e5
commit 74393eddce
4 changed files with 6 additions and 4 deletions
@@ -77,6 +77,7 @@ import com.android.build.OutputFile
project.ext.react = [
entryFile: "index.js",
nodeExecutableAndArgs : ["node","--max_old_space_size=8192"],
enableHermes: false, // clean and rebuild if changing
]