Structure globale de l'application client

Signed-off-by: Emmy D'Anello <emmy@luemy.eu>
This commit is contained in:
2024-12-01 18:58:53 +01:00
parent aa1da394b9
commit 49fcb6edbc
13 changed files with 1373 additions and 30 deletions

View File

@@ -15,7 +15,8 @@
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "eu.luemy.traintrapemoi"
},
"web": {
"bundler": "metro",
@@ -36,6 +37,14 @@
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "1898a5de-1db1-41f7-b883-1b02885f750a"
}
}
}
}