mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|