Initial commit

This commit is contained in:
Patryk
2025-04-07 21:26:22 +02:00
parent a18dbba5be
commit 9e215d6203
11 changed files with 1180 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
"expo": {
"name": "CityExplorer",
"slug": "CityExplorer",
"scheme": "CityExplorer",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -22,7 +23,11 @@
}
},
"web": {
"favicon": "./assets/favicon.png"
}
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": [
"expo-router"
]
}
}