feat: upgrade to native wind v5

This commit is contained in:
Fredrik Burmester
2025-10-03 19:34:58 +02:00
parent 3a8fb0a5e5
commit 23c1c817a0
22 changed files with 210 additions and 166 deletions

View File

@@ -64,7 +64,7 @@
"i18next": "^25.0.0",
"jotai": "^2.12.5",
"lodash": "^4.17.21",
"nativewind": "^2.0.11",
"nativewind": "^5.0.0-preview.1",
"patch-package": "^8.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
@@ -75,6 +75,7 @@
"react-native-circular-progress": "^1.4.1",
"react-native-collapsible": "^1.6.2",
"react-native-country-flag": "^2.0.2",
"react-native-css": "^3.0.0",
"react-native-device-info": "^14.0.4",
"react-native-edge-to-edge": "^1.7.0",
"react-native-gesture-handler": "~2.28.0",
@@ -85,7 +86,7 @@
"react-native-mmkv": "4.0.0-beta.12",
"react-native-nitro-modules": "^0.29.1",
"react-native-pager-view": "^6.9.1",
"react-native-reanimated": "~4.1.0",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "4.0.2",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
@@ -98,7 +99,8 @@
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"sonner-native": "^0.21.0",
"tailwindcss": "3.3.2",
"@tailwindcss/postcss": "^4.1.14",
"postcss": "^8.5.6",
"use-debounce": "^10.0.4",
"zod": "^4.1.3"
},
@@ -107,6 +109,7 @@
"@biomejs/biome": "^2.2.4",
"@react-native-community/cli": "^20.0.0",
"@react-native-tvos/config-tv": "^0.1.1",
"tailwindcss": "^4.1.14",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.15",
"@types/react": "~19.1.10",
@@ -150,5 +153,8 @@
"trustedDependencies": [
"postinstall-postinstall",
"unrs-resolver"
]
],
"overrides": {
"lightningcss": "1.30.1"
}
}