initial ui

This commit is contained in:
2024-09-24 23:40:27 +01:00
parent ff04f088ca
commit eef23656f9
10 changed files with 685 additions and 171 deletions

View File

@@ -15,12 +15,17 @@
"preset": "jest-expo"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.21.0",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "^1.7.1",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
"expo-file-system": "^17.0.1",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-media-library": "^16.0.5",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
@@ -33,7 +38,8 @@
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10"
"react-native-web": "~0.19.10",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",