hide google

This commit is contained in:
2024-09-07 22:00:24 -04:00
parent 9c36ccc6d3
commit e342cca135
+10 -10
View File
@@ -1,10 +1,10 @@
import { Stack, useNavigation } from 'expo-router'; import { Stack, useNavigation } from 'expo-router';
import { ImageBackground, StyleSheet, Button, TextInput, SafeAreaView, Text, View ,Image,Alert } from 'react-native'; import { ImageBackground, StyleSheet, Button, TextInput, SafeAreaView, Text, View ,Image,Alert } from 'react-native';
import { useEffect,useState } from 'react'; import { useEffect,useState } from 'react';
import { // import {
GoogleSignin, // GoogleSignin,
GoogleSigninButton, // GoogleSigninButton,
} from "@react-native-google-signin/google-signin"; // } from "@react-native-google-signin/google-signin";
const Home =()=> { const Home =()=> {
const [username, onChangeUsername] = useState(''); const [username, onChangeUsername] = useState('');
@@ -12,12 +12,12 @@ const Home =()=> {
const image = {uri: 'https://rader.app/assets/images/app/home.jpg'}; const image = {uri: 'https://rader.app/assets/images/app/home.jpg'};
useEffect(() => { // useEffect(() => {
GoogleSignin.configure({ // GoogleSignin.configure({
webClientId: // webClientId:
"828012052860-rq3m5ppckbmtc7vfjp3mau0s6p8h9mgm.apps.googleusercontent.com", // "828012052860-rq3m5ppckbmtc7vfjp3mau0s6p8h9mgm.apps.googleusercontent.com",
}); // });
}, []); // }, []);
//https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/userlogin //https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/userlogin