Files
2026-09-04 14:37:40 +02:00

25 lines
533 B
JSON

{
"expo": {
"name": "Tirage Classes",
"slug": "tirage-classes",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"backgroundColor": "#2563eb"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "fr.lycee.tirageclasses"
},
"android": {
"package": "fr.lycee.tirageclasses",
"adaptiveIcon": {
"backgroundColor": "#2563eb"
}
}
}
}