Google Sign In Working
Showing
... | @@ -10,12 +10,15 @@ | ... | @@ -10,12 +10,15 @@ |
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-native-firebase/app": "^17.2.0", | "@react-native-firebase/app": "^17.3.0", | ||
"@react-native-google-signin/google-signin": "^9.0.2", | |||
"@react-navigation/native": "^6.1.3", | "@react-navigation/native": "^6.1.3", | ||
"@react-navigation/native-stack": "^6.9.9", | "@react-navigation/native-stack": "^6.9.9", | ||
"lottie-react-native": "^5.1.5", | "lottie-react-native": "^5.1.5", | ||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-devtools": "^4.27.2", | |||
"react-native": "0.71.1", | "react-native": "0.71.1", | ||
"react-native-axios": "^0.17.1", | |||
"react-native-safe-area-context": "^4.5.0", | "react-native-safe-area-context": "^4.5.0", | ||
"react-native-screens": "^3.19.0", | "react-native-screens": "^3.19.0", | ||
"react-native-vector-icons": "^9.2.0", | "react-native-vector-icons": "^9.2.0", | ||
... | ... |
src/components/ui/Field.js
0 → 100644
src/constants/APIs.js
0 → 100644
src/navigation/AuthStack.js
0 → 100644
src/navigation/index.js
0 → 100644
src/store/AuthContext.js
0 → 100644
src/util/auth.js
0 → 100644
Please register or sign in to comment