1 parent 736a360 commit fbcca26Copy full SHA for fbcca26
1 file changed
app.config.js
@@ -23,7 +23,7 @@ export default {
23
scheme: "crimelinkanalyzerapp",
24
userInterfaceStyle: "automatic",
25
newArchEnabled: true,
26
- jsEngine: "jsc",
+ jsEngine: "hermes",
27
28
ios: {
29
supportsTablet: true,
@@ -46,7 +46,7 @@ export default {
46
predictiveBackGestureEnabled: false,
47
permissions: ["ACCESS_FINE_LOCATION"],
48
package: "com.anonymous.CrimelinkAnalyzer_app",
49
50
},
51
52
web: {
0 commit comments