2024-02-16 22:51:50 +01:00
|
|
|
{
|
|
|
|
"expo": {
|
2024-05-20 15:45:57 +02:00
|
|
|
"name": "Habits Tracker",
|
2024-02-16 22:51:50 +01:00
|
|
|
"slug": "p61-project",
|
2024-05-23 14:00:04 +02:00
|
|
|
"version": "1.1.0",
|
2024-02-16 22:51:50 +01:00
|
|
|
"orientation": "portrait",
|
2024-03-16 00:36:44 +01:00
|
|
|
"icon": "./presentation/assets/images/icon.png",
|
2024-03-15 22:48:28 +01:00
|
|
|
"scheme": "p61-project",
|
2024-02-16 22:51:50 +01:00
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"splash": {
|
2024-05-20 15:45:57 +02:00
|
|
|
"image": "./presentation/assets/images/splashscreen.png",
|
2024-02-16 22:51:50 +01:00
|
|
|
"resizeMode": "cover",
|
|
|
|
"backgroundColor": "#74b6cb"
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": ["**/*"],
|
|
|
|
"ios": {
|
2024-05-20 15:45:57 +02:00
|
|
|
"supportsTablet": true,
|
2024-05-23 14:00:04 +02:00
|
|
|
"buildNumber": "1.1.0"
|
2024-02-16 22:51:50 +01:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
2024-03-16 00:36:44 +01:00
|
|
|
"foregroundImage": "./presentation/assets/images/adaptive-icon.png",
|
2024-02-16 22:51:50 +01:00
|
|
|
"backgroundColor": "#ffffff"
|
2024-05-20 15:45:57 +02:00
|
|
|
},
|
|
|
|
"package": "com.theoludwig.p61project",
|
2024-05-23 14:00:04 +02:00
|
|
|
"versionCode": 5
|
2024-02-16 22:51:50 +01:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
2024-03-16 00:36:44 +01:00
|
|
|
"favicon": "./presentation/assets/images/favicon.png"
|
2024-02-16 22:51:50 +01:00
|
|
|
},
|
|
|
|
"plugins": ["expo-router"],
|
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
2024-05-20 15:45:57 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"router": {
|
|
|
|
"origin": false
|
|
|
|
},
|
|
|
|
"eas": {
|
|
|
|
"projectId": "5c0a922a-564b-4d62-8231-ce5aef7ff978"
|
|
|
|
}
|
2024-02-16 22:51:50 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|