layout + app

This commit is contained in:
m
2026-09-09 18:28:08 +02:00
parent 19af7d4bed
commit 45cffb15c3
6 changed files with 1424 additions and 81 deletions
+6 -2
View File
@@ -2,6 +2,7 @@
"expo": {
"name": "webui",
"slug": "webui",
"scheme": "webui",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -21,6 +22,9 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": [
"expo-router"
]
}
}
}