mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:33:26 +00:00
chore: change jsengine to jsc in top level since it fails to build otherwise
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"resizeMode": "contain",
|
"resizeMode": "contain",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
},
|
},
|
||||||
|
"jsEngine": "jsc",
|
||||||
"updates": {
|
"updates": {
|
||||||
"fallbackToCacheTimeout": 0
|
"fallbackToCacheTimeout": 0
|
||||||
},
|
},
|
||||||
@@ -17,7 +18,6 @@
|
|||||||
"**/*"
|
"**/*"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"jsEngine": "jsc",
|
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "dev.movieweb.app"
|
"bundleIdentifier": "dev.movieweb.app"
|
||||||
},
|
},
|
||||||
|
@@ -17,7 +17,9 @@
|
|||||||
"react-native": "*",
|
"react-native": "*",
|
||||||
"react-native-svg": "*",
|
"react-native-svg": "*",
|
||||||
"react-native-svg-transformer": "*",
|
"react-native-svg-transformer": "*",
|
||||||
"react-native-web": "*"
|
"react-native-web": "*",
|
||||||
|
"@babel/core": "*",
|
||||||
|
"pod-install": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",
|
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",
|
||||||
|
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@@ -171,6 +171,9 @@ importers:
|
|||||||
|
|
||||||
apps/mobile:
|
apps/mobile:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@babel/core':
|
||||||
|
specifier: '*'
|
||||||
|
version: 7.23.7
|
||||||
'@expo/metro-config':
|
'@expo/metro-config':
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: 0.10.7
|
version: 0.10.7
|
||||||
@@ -201,6 +204,9 @@ importers:
|
|||||||
metro-config:
|
metro-config:
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: 0.80.4
|
version: 0.80.4
|
||||||
|
pod-install:
|
||||||
|
specifier: '*'
|
||||||
|
version: 0.1.39
|
||||||
react:
|
react:
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: 18.2.0
|
version: 18.2.0
|
||||||
@@ -216,13 +222,6 @@ importers:
|
|||||||
react-native-web:
|
react-native-web:
|
||||||
specifier: '*'
|
specifier: '*'
|
||||||
version: 0.19.10(react-dom@18.2.0)(react@18.2.0)
|
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:
|
packages:
|
||||||
|
|
||||||
@@ -11110,7 +11109,7 @@ packages:
|
|||||||
/pod-install@0.1.39:
|
/pod-install@0.1.39:
|
||||||
resolution: {integrity: sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==}
|
resolution: {integrity: sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: false
|
||||||
|
|
||||||
/portfinder@1.0.32:
|
/portfinder@1.0.32:
|
||||||
resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
|
resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
|
||||||
|
Reference in New Issue
Block a user