This commit is contained in:
Bastien COIGNOUX
2026-05-03 20:18:33 +02:00
parent ffc2e6b895
commit bd325fe456
113 changed files with 29532 additions and 220 deletions

View File

@ -1,7 +1,8 @@
{
"expo": {
"name": "mdb",
"slug": "mdb",
"name": "MDB-Turbo",
"slug": "mdb-turbo",
"scheme": "mdb-turbo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@ -25,6 +26,17 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-router",
"expo-font",
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#3d8bfd"
}
]
]
}
}