1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Enable Hermes again on Android to try to fix crash

This commit is contained in:
Laurent Cozic 2023-05-08 21:03:11 +01:00
parent 248c8014c8
commit 6dd57b63a6

View File

@ -81,7 +81,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
project.ext.react = [
// 2023/05/07: Leave that to `false` for now because Hermes is rubbish at
// reporting errors, which it makes it impossible to investigate crashes.
enableHermes: false, // clean and rebuild if changing
enableHermes: true, // clean and rebuild if changing
]
apply from: "../../node_modules/react-native/react.gradle"