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
+8 -3
View File
@@ -1,12 +1,17 @@
{
"name": "webui",
"version": "2.0.0",
"main": "index.ts",
"main": "expo-router/entry",
"dependencies": {
"expo": "~57.0.8",
"expo-constants": "~57.0.17",
"expo-linking": "~57.0.9",
"expo-router": "~57.0.20",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-native": "0.86.0"
"react-native": "0.86.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
@@ -20,4 +25,4 @@
"web": "expo start --web"
},
"private": true
}
}