This commit is contained in:
Tomas Dvorak
2026-01-26 08:13:18 +01:00
parent aa036b6550
commit dfc079288f
505 changed files with 95755 additions and 5712 deletions
+50
View File
@@ -0,0 +1,50 @@
{
"expo": {
"name": "MyClub Mobile",
"slug": "myclub-mobile",
"version": "0.1.0",
"sdkVersion": "51.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "myclub",
"userInterfaceStyle": "automatic",
"updates": {
"fallbackToCacheTimeout": 0
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"permissions": [
"CAMERA",
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
]
},
"plugins": [
["expo-notifications"],
["expo-font"],
["expo-build-properties", {
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,
"buildToolsVersion": "34.0.0"
},
"ios": {
"useFrameworks": "static"
}
}]
],
"extra": {
"webUrl": "http://localhost:3000",
"apiBaseUrl": null,
"eas": {
"projectId": "temp-myclub-mobile"
}
}
}
}