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,6 +1,6 @@
{ {
"expo": { "expo": {
"name": "Doors", "name": "Doors Wallpaper",
"slug": "doors", "slug": "doors",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
@@ -13,22 +13,31 @@
"backgroundColor": "#010101" "backgroundColor": "#010101"
}, },
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "art.doorsapp.ios"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png", "foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
} },
"package": "art.doorsapp.android"
}, },
"web": { "web": {
"bundler": "metro", "bundler": "metro",
"output": "static", "output": "static",
"favicon": "./assets/images/favicon.png" "favicon": "./assets/images/favicon.png"
}, },
"plugins": ["expo-router"], "plugins": [
"expo-router"
],
"experiments": { "experiments": {
"typedRoutes": true "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",