Files
projet_gestion_commande/frontend-admin/app.json
T
2026-02-07 22:33:02 +01:00

34 lines
715 B
JSON

{
"expo": {
"name": "Admin Panel",
"slug": "frontend-admin",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0a0a0a"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0a0a0a"
},
"edgeToEdgeEnabled": true
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-font",
"expo-location"
]
}
}