fix google login

This commit is contained in:
CHIEFSOFT\ameye
2024-09-01 06:32:20 -04:00
parent d15d1f8af0
commit 66fc15c241
5 changed files with 41 additions and 6 deletions
+3 -1
View File
@@ -22,10 +22,12 @@
"react-native-web": "~0.19.10",
"@expo/metro-runtime": "~3.2.1",
"expo-router": "~3.5.23",
"@react-native-google-signin/google-signin": "^10.1.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.2"
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.25"
},
"devDependencies": {
"@babel/core": "^7.20.0"