merge tailwind with main

This commit is contained in:
Fhj0607
2026-04-25 16:02:27 +02:00
parent 9b3069153d
commit ed2cfe6a4d
2 changed files with 165 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"postinstall": "patch-package",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
@@ -35,6 +34,7 @@
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"nativewind": "^4.2.3",
"patch-package": "^8.0.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
@@ -54,4 +54,4 @@
"typescript": "~5.9.2"
},
"private": true
}
}