Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 1e690b6

Browse files
committed
update: add dependencies
1 parent 04d335d commit 1e690b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
"dependencies": {
1111
"@expo/vector-icons": "14.1.0",
1212
"@react-native-community/datetimepicker": "8.2.0",
13+
"@reduxjs/toolkit": "^2.7.0",
14+
"@supabase/supabase-js": "^2.49.4",
1315
"expo": "52.0.46",
1416
"expo-fast-image": "1.1.3",
17+
"expo-file-system": "~18.0.12",
1518
"expo-image-picker": "16.0.6",
1619
"expo-linking": "7.0.5",
1720
"expo-router": "4.0.20",
@@ -23,7 +26,8 @@
2326
"react-native-modal": "^14.0.0-rc.1",
2427
"react-native-reanimated": "3.16.1",
2528
"react-native-safe-area-context": "4.12.0",
26-
"react-native-screens": "4.4.0"
29+
"react-native-screens": "4.4.0",
30+
"react-redux": "^9.2.0"
2731
},
2832
"devDependencies": {
2933
"@babel/core": "7.26.10",

0 commit comments

Comments
 (0)