Files
projet_gestion_commande/frontend-admin/app.json
T
2026-02-19 08:47:19 +01:00

44 lines
1.3 KiB
JSON

{
"expo": {
"name": "Admin Panel",
"slug": "frontend-admin",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"newArchEnabled": false,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0a0a0a"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.uberstup.adminpanel"
},
"android": {
"package": "com.uberstup.adminpanel",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0a0a0a"
},
"edgeToEdgeEnabled": true,
"permissions": [
"android.permission.ACCESS_BACKGROUND_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-font", "expo-location"],
"extra": {
"eas": {
"projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440"
}
},
"owner": "xor290"
}
}