feat: Integrate NativeWind for styling and implement theme management with Zustand
This commit is contained in:
+39
-35
@@ -20,56 +20,60 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/node": "^7.28.0",
|
||||
"@expo/metro-config": "^54.0.5",
|
||||
"@expo/ngrok": "^4.1.3",
|
||||
"axios": "^1.7.8",
|
||||
"compression": "^1.7.5",
|
||||
"expo": "~52.0.18",
|
||||
"expo-auth-session": "~6.0.3",
|
||||
"expo-blur": "~14.0.3",
|
||||
"expo-checkbox": "~4.0.1",
|
||||
"expo-constants": "~17.0.3",
|
||||
"expo-font": "~13.0.4",
|
||||
"expo-haptics": "~14.0.1",
|
||||
"expo-image": "~2.0.3",
|
||||
"expo-image-picker": "~16.0.3",
|
||||
"expo-linking": "~7.0.3",
|
||||
"expo-router": "~4.0.11",
|
||||
"expo-secure-store": "~14.0.0",
|
||||
"expo-splash-screen": "^0.29.18",
|
||||
"expo-status-bar": "~2.0.1",
|
||||
"expo-symbols": "^0.2.0",
|
||||
"expo-system-ui": "^4.0.6",
|
||||
"expo-updates": "~0.27.4",
|
||||
"expo-web-browser": "~14.0.1",
|
||||
"expo": "^53.0.25",
|
||||
"expo-auth-session": "~6.2.1",
|
||||
"expo-blur": "~14.1.5",
|
||||
"expo-checkbox": "~4.1.4",
|
||||
"expo-constants": "~17.1.8",
|
||||
"expo-font": "~13.3.2",
|
||||
"expo-haptics": "~14.1.4",
|
||||
"expo-image": "~2.4.1",
|
||||
"expo-image-picker": "~16.1.4",
|
||||
"expo-linking": "~7.1.7",
|
||||
"expo-router": "~5.1.10",
|
||||
"expo-secure-store": "~14.2.4",
|
||||
"expo-splash-screen": "^0.30.10",
|
||||
"expo-status-bar": "~2.2.3",
|
||||
"expo-symbols": "^0.4.5",
|
||||
"expo-system-ui": "~5.0.11",
|
||||
"expo-updates": "^0.28.17",
|
||||
"expo-web-browser": "~14.2.0",
|
||||
"express": "^4.21.1",
|
||||
"morgan": "^1.10.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-native": "0.76.9",
|
||||
"react-native-gesture-handler": "~2.20.2",
|
||||
"nativewind": "^4.2.1",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-native": "0.79.6",
|
||||
"react-native-gesture-handler": "~2.24.0",
|
||||
"react-native-modal": "^13.0.1",
|
||||
"react-native-paper": "^5.12.5",
|
||||
"react-native-reanimated": "~3.16.3",
|
||||
"react-native-safe-area-context": "4.12.0",
|
||||
"react-native-screens": "~4.4.0",
|
||||
"react-native-reanimated": "~3.17.4",
|
||||
"react-native-safe-area-context": "5.4.0",
|
||||
"react-native-screens": "~4.11.1",
|
||||
"react-native-status-bar-height": "^2.6.0",
|
||||
"react-native-switch-with-icons": "^3.0.1",
|
||||
"react-native-web": "~0.19.13",
|
||||
"react-native-webview": "13.12.5",
|
||||
"react-native-web": "^0.20.0",
|
||||
"react-native-webview": "13.13.5",
|
||||
"react-native-worklets": "0.5.1",
|
||||
"react-native-worklets-core": "^1.5.0",
|
||||
"reanimated-color-picker": "^4.1.0",
|
||||
"sharp": "^0.33.5"
|
||||
"sharp": "^0.33.5",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"zustand": "^5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/react": "~18.3.12",
|
||||
"@types/react-test-renderer": "^18.3.0",
|
||||
"eslint-config-expo": "~8.0.1",
|
||||
"@types/react": "~19.0.10",
|
||||
"@types/react-test-renderer": "^19.1.0",
|
||||
"eslint-config-expo": "~9.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-expo": "~52.0.2",
|
||||
"react-test-renderer": "18.3.1",
|
||||
"jest-expo": "~53.0.13",
|
||||
"react-test-renderer": "19.1.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.2"
|
||||
"typescript": "~5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user