chore: configure nativewind styling

This commit is contained in:
baizhi958216
2026-06-30 13:57:25 +08:00
parent c00a8c6ff6
commit c750bd4c94
9 changed files with 52 additions and 18 deletions
+7 -1
View File
@@ -19,18 +19,24 @@
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-web-browser": "~56.0.5",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-css-interop": "^0.2.6",
"react-native-gesture-handler": "~2.31.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.3"
"react-native-worklets": "0.8.3",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@types/react": "~19.2.2",
"eslint": "^9.0.0",
"eslint-config-expo": "~56.0.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "~6.0.3"
},
"scripts": {