chore: disable hermes on ios

This commit is contained in:
castdrian
2024-01-15 00:28:11 +01:00
parent 20a0fbbcfb
commit dcdb59ddd5

View File

@@ -1,7 +1,7 @@
{ {
"expo": { "expo": {
"name": "Mobile", "name": "movie-web",
"slug": "mobile", "slug": "mw-mobile",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
@@ -17,6 +17,7 @@
"**/*" "**/*"
], ],
"ios": { "ios": {
"jsEngine": "jsc",
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "dev.movieweb.app" "bundleIdentifier": "dev.movieweb.app"
}, },