first commit

This commit is contained in:
2026-07-16 12:22:02 +07:00
parent 04a2239def
commit adaab69b82
26 changed files with 3953 additions and 56 deletions
+15 -1
View File
@@ -3,10 +3,24 @@
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.2.0",
"@shopify/react-native-skia": "2.6.2",
"expo": "~57.0.6",
"expo-asset": "~57.0.5",
"expo-camera": "~57.0.2",
"expo-file-system": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image-picker": "~57.0.4",
"expo-location": "~57.0.4",
"expo-media-library": "~57.0.2",
"expo-status-bar": "~57.0.1",
"lucide-react-native": "^1.24.0",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-native": "0.86.0"
"react-native": "0.86.0",
"react-native-reanimated": "4.5.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@types/react": "~19.2.2",