mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
hot fix #1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user