Configure EAS services
This commit is contained in:
24
app.json
24
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user