From dcdb59ddd5daf7339c2068517f59481f25588a28 Mon Sep 17 00:00:00 2001 From: castdrian Date: Mon, 15 Jan 2024 00:28:11 +0100 Subject: [PATCH] chore: disable hermes on ios --- apps/mobile/app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 8b91bd9..eb8edcd 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -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" },