We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3a4b8 commit 72a35f8Copy full SHA for 72a35f8
1 file changed
package.json
@@ -9,10 +9,19 @@
9
"web": "expo start --web"
10
},
11
"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",
17
"expo": "~47.0.8",
18
+ "expo-font": "~11.0.1",
19
"expo-status-bar": "~1.4.2",
20
"react": "18.1.0",
- "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"
25
26
"devDependencies": {
27
"@babel/core": "^7.12.9"
0 commit comments