Full UI 180 & Overall improvements
This commit is contained in:
10
app.json
10
app.json
@@ -2,12 +2,12 @@
|
||||
"expo": {
|
||||
"name": "Luggage List",
|
||||
"slug": "luggage-list",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"orientation": "default",
|
||||
"icon": "./assets/icon.png",
|
||||
"icon": "./assets/image.png",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"splash": {
|
||||
"image": "./assets/splash-icon.png",
|
||||
"image": "./assets/image.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#f5f5f7"
|
||||
},
|
||||
@@ -19,12 +19,12 @@
|
||||
"android": {
|
||||
"package": "dev.reversed.luggagelist",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"foregroundImage": "./assets/image.png",
|
||||
"backgroundColor": "#f5f5f7"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/icon.png",
|
||||
"favicon": "./assets/image.png",
|
||||
"name": "Luggage List",
|
||||
"themeColor": "#f5f5f7",
|
||||
"backgroundColor": "#f5f5f7"
|
||||
|
||||
Reference in New Issue
Block a user