mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:43: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",
|
||||
|
Reference in New Issue
Block a user