chore: build app

This commit is contained in:
2026-02-18 21:05:34 +01:00
parent e89384ad4e
commit da147a1e3c
2 changed files with 56 additions and 3 deletions
+15 -3
View File
@@ -13,14 +13,20 @@
"backgroundColor": "#0a0a0a"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.uberstup.adminpanel"
},
"android": {
"package": "com.uberstup.adminpanel",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0a0a0a"
},
"edgeToEdgeEnabled": true
"edgeToEdgeEnabled": true,
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
]
},
"web": {
"favicon": "./assets/favicon.png"
@@ -28,6 +34,12 @@
"plugins": [
"expo-font",
"expo-location"
]
],
"extra": {
"eas": {
"projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440"
}
},
"owner": "xor290"
}
}