Skip to content

Commit 6cc1301

Browse files
authored
Merge pull request #38 from LPK98/isira
Switch JavaScript engine from JSC to Hermes and update versions
2 parents c3c492d + fbcca26 commit 6cc1301

3 files changed

Lines changed: 900 additions & 1094 deletions

File tree

app.config.js

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

2728
ios: {
2829
supportsTablet: true,
@@ -45,7 +46,7 @@ export default {
4546
predictiveBackGestureEnabled: false,
4647
permissions: ["ACCESS_FINE_LOCATION"],
4748
package: "com.anonymous.CrimelinkAnalyzer_app",
48-
jsEngine: "jsc",
49+
jsEngine: "hermes",
4950
},
5051

5152
web: {

0 commit comments

Comments
 (0)