mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
chore: prebuild config
This commit is contained in:
@@ -13,15 +13,19 @@
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "dev.movieweb.app"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"package": "dev.movieweb.app"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png",
|
||||
@@ -32,7 +36,10 @@
|
||||
"@config-plugins/detox",
|
||||
{
|
||||
"skipProguard": false,
|
||||
"subdomains": ["10.0.2.2", "localhost"]
|
||||
"subdomains": [
|
||||
"10.0.2.2",
|
||||
"localhost"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@@ -16,10 +16,16 @@
|
||||
"expo-status-bar": "*",
|
||||
"@nx/expo": "*",
|
||||
"@expo/metro-config": "*",
|
||||
"react-native-svg-transformer": "*"
|
||||
"react-native-svg-transformer": "*",
|
||||
"expo-splash-screen": "~0.20.5"
|
||||
},
|
||||
"scripts": {
|
||||
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile",
|
||||
"eas-build-post-install": "cd ../../ && node tools/scripts/eas-build-post-install.mjs . apps/mobile"
|
||||
"eas-build-post-install": "cd ../../ && node tools/scripts/eas-build-post-install.mjs . apps/mobile",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0"
|
||||
}
|
||||
}
|
||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -192,6 +192,9 @@ importers:
|
||||
expo-font:
|
||||
specifier: '*'
|
||||
version: 11.4.0(expo@49.0.16)
|
||||
expo-splash-screen:
|
||||
specifier: ~0.20.5
|
||||
version: 0.20.5(expo-modules-autolinking@1.5.1)(expo@49.0.16)
|
||||
expo-status-bar:
|
||||
specifier: '*'
|
||||
version: 1.6.0
|
||||
@@ -213,6 +216,10 @@ 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
|
||||
|
||||
packages:
|
||||
|
||||
@@ -11052,6 +11059,7 @@ packages:
|
||||
/pify@4.0.1:
|
||||
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
|
||||
engines: {node: '>=6'}
|
||||
requiresBuild: true
|
||||
|
||||
/pirates@4.0.6:
|
||||
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
|
||||
|
Reference in New Issue
Block a user