Skip to content

Commit b52d8b4

Browse files
committed
⚒️ Updated the app.json file.
1 parent e9daed7 commit b52d8b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"package": "relatedtocabify.cabify",
2121
"adaptiveIcon": {
2222
"foregroundImage": "./assets/images/adaptive-icon.png",
23-
"backgroundColor": "#FFFFFF" // Replace with a valid hex color
24-
}
23+
"backgroundColor": "#FFFFFF"
24+
},
25+
"jsEngine": "hermes" // Add this line
2526
},
2627
"web": {
2728
"bundler": "metro",

0 commit comments

Comments
 (0)