Initial commit
This commit is contained in:
9
app.json
9
app.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user