From ab62fe8572368381b902c73502ae89077f582aed Mon Sep 17 00:00:00 2001 From: leon-morival Date: Fri, 5 Sep 2025 17:06:23 +0200 Subject: [PATCH] google button --- src/screens/Login.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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} + /> */} + +