Merge branch 'tailwind'

This commit is contained in:
Fhj0607
2026-04-25 15:57:26 +02:00
19 changed files with 589 additions and 124 deletions

View File

@@ -7,8 +7,8 @@
"reset-project": "node ./scripts/reset-project.js",
"postinstall": "patch-package",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
@@ -21,6 +21,7 @@
"@supabase/supabase-js": "^2.103.1",
"expo": "~54.0.33",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.20",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",