Skip to content

Commit 72a35f8

Browse files
committed
new packages addede
1 parent 9c3a4b8 commit 72a35f8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12+
"@expo-google-fonts/architects-daughter": "^0.2.2",
13+
"@expo-google-fonts/inter": "^0.2.2",
14+
"@react-navigation/drawer": "^6.5.5",
15+
"@react-navigation/native": "^6.1.1",
16+
"@react-navigation/stack": "^6.3.9",
1217
"expo": "~47.0.8",
18+
"expo-font": "~11.0.1",
1319
"expo-status-bar": "~1.4.2",
1420
"react": "18.1.0",
15-
"react-native": "0.70.5"
21+
"react-native": "0.70.5",
22+
"react-native-gesture-handler": "~2.8.0",
23+
"react-native-reanimated": "~2.12.0",
24+
"react-native-safe-area-context": "^4.4.1"
1625
},
1726
"devDependencies": {
1827
"@babel/core": "^7.12.9"

0 commit comments

Comments
 (0)