initial commit

This commit is contained in:
2026-09-04 14:37:40 +02:00
parent 00869a1be9
commit 2b95addd51
12 changed files with 8890 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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"
}
}
}
}