disabled hermes

This commit is contained in:
feruz 2020-01-28 08:58:47 +02:00
parent 9bc1e54430
commit bcdcabc124

View File

@ -79,7 +79,7 @@ import com.android.build.OutputFile
project.ext.react = [
entryFile: "index.js",
enableHermes: true, // clean and rebuild if changing
enableHermes: false, // clean and rebuild if changing
]
apply from: "../../node_modules/react-native/react.gradle"
@ -198,7 +198,6 @@ android {
pickFirst '**/x86/libc++_shared.so'
pickFirst '**/arm64-v8a/libc++_shared.so'
pickFirst '**/x86_64/libc++_shared.so'
exclude '**/libjscexecutor.so'
}
}