diff --git a/android/app/build.gradle b/android/app/build.gradle index 309fff32f..98d709c5f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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' } }