Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update: add dependencies
  • Loading branch information
htnghia1423 committed Apr 29, 2025
commit 1e690b6b4a221d55f3da014ab0d6f402fb6afd2e
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
"dependencies": {
"@expo/vector-icons": "14.1.0",
"@react-native-community/datetimepicker": "8.2.0",
"@reduxjs/toolkit": "^2.7.0",
"@supabase/supabase-js": "^2.49.4",
"expo": "52.0.46",
"expo-fast-image": "1.1.3",
"expo-file-system": "~18.0.12",
"expo-image-picker": "16.0.6",
"expo-linking": "7.0.5",
"expo-router": "4.0.20",
Expand All @@ -23,7 +26,8 @@
"react-native-modal": "^14.0.0-rc.1",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0"
"react-native-screens": "4.4.0",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@babel/core": "7.26.10",
Expand Down