Skip to content

Commit fbcca26

Browse files
committed
fix: switch jsEngine from jsc to hermes
1 parent 736a360 commit fbcca26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
scheme: "crimelinkanalyzerapp",
2424
userInterfaceStyle: "automatic",
2525
newArchEnabled: true,
26-
jsEngine: "jsc",
26+
jsEngine: "hermes",
2727

2828
ios: {
2929
supportsTablet: true,
@@ -46,7 +46,7 @@ export default {
4646
predictiveBackGestureEnabled: false,
4747
permissions: ["ACCESS_FINE_LOCATION"],
4848
package: "com.anonymous.CrimelinkAnalyzer_app",
49-
jsEngine: "jsc",
49+
jsEngine: "hermes",
5050
},
5151

5252
web: {

0 commit comments

Comments
 (0)