Configure EAS services

This commit is contained in:
Expo Bot
2025-01-28 14:19:55 +00:00
parent 42c1f22aab
commit ef92893417
3 changed files with 71 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "HelloWorld",
"slug": "expo-template-default",
"name": "Tech Tracker Expo",
"slug": "tech-tracker-expo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
@@ -9,13 +9,15 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.gibbyb.techtrackerexpo"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.gibbyb.techtrackerexpo"
},
"web": {
"bundler": "metro",
@@ -36,6 +38,18 @@
],
"experiments": {
"typedRoutes": true
},
"extra": {
"eas": {
"projectId": "7d872415-9160-4e06-ba95-4c3442e04b79"
}
},
"owner": "gibbyb",
"updates": {
"url": "https://u.expo.dev/7d872415-9160-4e06-ba95-4c3442e04b79"
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}
}