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" },