diff --git a/src/screens/Login.js b/src/screens/Login.js index 79c928c..b53bdbf 100644 --- a/src/screens/Login.js +++ b/src/screens/Login.js @@ -1,4 +1,5 @@ /* eslint-disable react/display-name */ +import { GoogleSigninButton } from "@react-native-google-signin/google-signin"; import * as AuthSession from "expo-auth-session"; import * as GoogleAuth from "expo-auth-session/providers/google"; import * as WebBrowser from "expo-web-browser"; @@ -10,6 +11,7 @@ import GradientButton from "../components/GradientButton.js"; import { Input } from "../components/Input.js"; import ItemContainer from "../components/ItemContainer/ItemContainer.js"; import firebase, { usersRef } from "../config/firebase"; + import { GOOGLE_ANDROID_CLIENT_ID, GOOGLE_IOS_CLIENT_ID, @@ -234,8 +236,7 @@ export default ({ navigation }) => { onPress={onLogin} disabled={loading || !email || !password} /> - - { }} onPress={onLoginWithGoogle} disabled={loading} + /> */} + +