1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
p61-project/app.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2024-02-16 22:51:50 +01:00
{
"expo": {
"name": "Habits Tracker",
2024-02-16 22:51:50 +01:00
"slug": "p61-project",
2024-05-23 15:56:22 +02:00
"version": "1.1.1",
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": {
"image": "./presentation/assets/images/splashscreen.png",
2024-02-16 22:51:50 +01:00
"resizeMode": "cover",
"backgroundColor": "#74b6cb"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
2024-05-23 15:56:22 +02:00
"buildNumber": "1.1.1"
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"
},
"package": "com.theoludwig.p61project",
2024-05-23 15:56:22 +02:00
"versionCode": 6
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
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "5c0a922a-564b-4d62-8231-ce5aef7ff978"
}
2024-02-16 22:51:50 +01:00
}
}
}