chore: initial setup for automated builds

This commit is contained in:
castdrian
2024-01-14 19:17:39 +01:00
parent 2e1e239be5
commit 817b9ad771
3 changed files with 14 additions and 6 deletions

View File

@@ -12,22 +12,28 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "dev.movieweb.app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "dev.movieweb.app"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
}