diff --git a/apps/mobile/app.json b/apps/mobile/app.json index eb8edcd..e93b9dd 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -10,6 +10,7 @@ "resizeMode": "contain", "backgroundColor": "#ffffff" }, + "jsEngine": "jsc", "updates": { "fallbackToCacheTimeout": 0 }, @@ -17,7 +18,6 @@ "**/*" ], "ios": { - "jsEngine": "jsc", "supportsTablet": true, "bundleIdentifier": "dev.movieweb.app" }, diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 93b97c2..3439c16 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -17,7 +17,9 @@ "react-native": "*", "react-native-svg": "*", "react-native-svg-transformer": "*", - "react-native-web": "*" + "react-native-web": "*", + "@babel/core": "*", + "pod-install": "*" }, "scripts": { "eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddd61e2..fd28f4a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,6 +171,9 @@ importers: apps/mobile: dependencies: + '@babel/core': + specifier: '*' + version: 7.23.7 '@expo/metro-config': specifier: '*' version: 0.10.7 @@ -201,6 +204,9 @@ importers: metro-config: specifier: '*' version: 0.80.4 + pod-install: + specifier: '*' + version: 0.1.39 react: specifier: '*' version: 18.2.0 @@ -216,13 +222,6 @@ importers: react-native-web: specifier: '*' version: 0.19.10(react-dom@18.2.0)(react@18.2.0) - devDependencies: - '@babel/core': - specifier: ^7.20.0 - version: 7.23.7 - pod-install: - specifier: ^0.1.39 - version: 0.1.39 packages: @@ -11110,7 +11109,7 @@ packages: /pod-install@0.1.39: resolution: {integrity: sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==} hasBin: true - dev: true + dev: false /portfinder@1.0.32: resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}