|
@@ -19,7 +19,10 @@
|
19
|
19
|
"@react-navigation/native-stack": "^6.9.2",
|
20
|
20
|
"@types/react-native": "~0.70.6",
|
21
|
21
|
"expo": "~47.0.7",
|
|
22
|
+ "expo-auth-session": "~3.8.0",
|
22
|
23
|
"expo-dev-client": "~2.0.1",
|
|
24
|
+ "expo-google-sign-in": "^11.0.0",
|
|
25
|
+ "expo-random": "~13.0.0",
|
23
|
26
|
"expo-status-bar": "~1.4.2",
|
24
|
27
|
"expo-web-browser": "^12.0.0",
|
25
|
28
|
"react": "18.1.0",
|
|
@@ -27,6 +30,8 @@
|
27
|
30
|
"react-native": "0.70.5",
|
28
|
31
|
"react-native-calendars": "^1.1292.0",
|
29
|
32
|
"react-native-gesture-handler": "^2.8.0",
|
|
33
|
+ "react-native-paper": "^5.0.1",
|
|
34
|
+ "react-native-paper-dropdown": "^1.0.7",
|
30
|
35
|
"react-native-reanimated": "~2.12.0",
|
31
|
36
|
"react-native-safe-area-context": "4.4.1",
|
32
|
37
|
"react-native-screens": "~3.18.0",
|
|
@@ -39,4 +44,4 @@
|
39
|
44
|
"@babel/core": "^7.12.9"
|
40
|
45
|
},
|
41
|
46
|
"private": true
|
42
|
|
-}
|
|
47
|
+}
|