removed unwanted files and new assets added

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 07:39:58 +00:00
committed by GitHub
parent 170520244c
commit 39c092630d
72 changed files with 32 additions and 558 deletions
+4 -6
View File
@@ -1,11 +1,11 @@
{
"expo": {
"name": "uber-clone",
"slug": "uber-clone",
"name": "Ryde",
"slug": "Ryde",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"scheme": "ryde",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
@@ -26,9 +26,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true
}