mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13: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",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"jsEngine": "jsc",
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
@@ -17,7 +18,6 @@
|
||||
"**/*"
|
||||
],
|
||||
"ios": {
|
||||
"jsEngine": "jsc",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "dev.movieweb.app"
|
||||
},
|
||||
|
@@ -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",
|
||||
|
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@@ -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==}
|
||||
|
Reference in New Issue
Block a user