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