chore: eas stuff

This commit is contained in:
2024-09-28 13:17:55 +01:00
parent e05fd5f0df
commit ba7aae05f8
4 changed files with 3349 additions and 33 deletions

View File

@@ -1,34 +1,43 @@
{ {
"expo": { "expo": {
"name": "Doors", "name": "Doors Wallpaper",
"slug": "doors", "slug": "doors",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/images/icon.png", "icon": "./assets/images/icon.png",
"scheme": "doors", "scheme": "doors",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"splash": { "splash": {
"image": "./assets/images/splash.png", "image": "./assets/images/splash.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#010101" "backgroundColor": "#010101"
}, },
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
}, "bundleIdentifier": "art.doorsapp.ios"
"android": { },
"adaptiveIcon": { "android": {
"foregroundImage": "./assets/images/adaptive-icon.png", "adaptiveIcon": {
"backgroundColor": "#ffffff" "foregroundImage": "./assets/images/adaptive-icon.png",
} "backgroundColor": "#ffffff"
}, },
"web": { "package": "art.doorsapp.android"
"bundler": "metro", },
"output": "static", "web": {
"favicon": "./assets/images/favicon.png" "bundler": "metro",
}, "output": "static",
"plugins": ["expo-router"], "favicon": "./assets/images/favicon.png"
"experiments": { },
"typedRoutes": true "plugins": [
} "expo-router"
} ],
"experiments": {
"typedRoutes": true
},
"extra": {
"eas": {
"projectId": "c4413242-8603-45ad-a172-2258cd06190f"
}
}
}
} }

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 12.5.1",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}

3287
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -47,6 +47,7 @@
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@types/react": "~18.2.45", "@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7", "@types/react-test-renderer": "^18.0.7",
"eas-cli": "^12.5.1",
"jest": "^29.2.1", "jest": "^29.2.1",
"jest-expo": "~51.0.3", "jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0", "react-test-renderer": "18.2.0",