chore: prebuild config

This commit is contained in:
castdrian
2024-01-14 21:25:56 +01:00
parent 9f37eaa006
commit 9238d58900
3 changed files with 27 additions and 6 deletions

View File

@@ -13,15 +13,19 @@
"updates": { "updates": {
"fallbackToCacheTimeout": 0 "fallbackToCacheTimeout": 0
}, },
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": [
"**/*"
],
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "dev.movieweb.app"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF"
} },
"package": "dev.movieweb.app"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png", "favicon": "./assets/favicon.png",
@@ -32,7 +36,10 @@
"@config-plugins/detox", "@config-plugins/detox",
{ {
"skipProguard": false, "skipProguard": false,
"subdomains": ["10.0.2.2", "localhost"] "subdomains": [
"10.0.2.2",
"localhost"
]
} }
] ]
] ]

View File

@@ -16,10 +16,16 @@
"expo-status-bar": "*", "expo-status-bar": "*",
"@nx/expo": "*", "@nx/expo": "*",
"@expo/metro-config": "*", "@expo/metro-config": "*",
"react-native-svg-transformer": "*" "react-native-svg-transformer": "*",
"expo-splash-screen": "~0.20.5"
}, },
"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",
"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
View File

@@ -192,6 +192,9 @@ importers:
expo-font: expo-font:
specifier: '*' specifier: '*'
version: 11.4.0(expo@49.0.16) 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: expo-status-bar:
specifier: '*' specifier: '*'
version: 1.6.0 version: 1.6.0
@@ -213,6 +216,10 @@ 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
packages: packages:
@@ -11052,6 +11059,7 @@ packages:
/pify@4.0.1: /pify@4.0.1:
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
engines: {node: '>=6'} engines: {node: '>=6'}
requiresBuild: true
/pirates@4.0.6: /pirates@4.0.6:
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}