app head: performance and fixes. disable hermes engine.
This commit is contained in:
parent
5aa4321787
commit
c455bde154
2 changed files with 2 additions and 2 deletions
2
app
2
app
|
@ -1 +1 @@
|
|||
Subproject commit 3f0ed7988a8a28b543429f51ea1a2765efaa5138
|
||||
Subproject commit 91eb18ec9bab697d5274bf2a19a0da7cec21869d
|
|
@ -34,7 +34,7 @@ allprojects {
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
project.ext.react = [
|
||||
enableHermes: true,
|
||||
enableHermes: false,
|
||||
entryFile: "index.js"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue