Full UI 180 & Overall improvements
Some checks failed
Luggage List Build / build-web (push) Successful in 31s
Luggage List Build / build-android (push) Failing after 1m24s
Luggage List Build / release (push) Has been skipped

This commit is contained in:
Space-Banane
2026-04-19 00:12:16 +02:00
parent 0057290055
commit 0a8444700e
45 changed files with 9468 additions and 1390 deletions

View File

@@ -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"