56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Tech Tracker Expo",
|
|
"slug": "tech-tracker-expo",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.gibbyb.techtrackerexpo"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.gibbyb.techtrackerexpo"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
]
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|