hide google
This commit is contained in:
+10
-10
@@ -1,10 +1,10 @@
|
||||
import { Stack, useNavigation } from 'expo-router';
|
||||
import { ImageBackground, StyleSheet, Button, TextInput, SafeAreaView, Text, View ,Image,Alert } from 'react-native';
|
||||
import { useEffect,useState } from 'react';
|
||||
import {
|
||||
GoogleSignin,
|
||||
GoogleSigninButton,
|
||||
} from "@react-native-google-signin/google-signin";
|
||||
// import {
|
||||
// GoogleSignin,
|
||||
// GoogleSigninButton,
|
||||
// } from "@react-native-google-signin/google-signin";
|
||||
|
||||
const Home =()=> {
|
||||
const [username, onChangeUsername] = useState('');
|
||||
@@ -12,12 +12,12 @@ const Home =()=> {
|
||||
|
||||
const image = {uri: 'https://rader.app/assets/images/app/home.jpg'};
|
||||
|
||||
useEffect(() => {
|
||||
GoogleSignin.configure({
|
||||
webClientId:
|
||||
"828012052860-rq3m5ppckbmtc7vfjp3mau0s6p8h9mgm.apps.googleusercontent.com",
|
||||
});
|
||||
}, []);
|
||||
// useEffect(() => {
|
||||
// GoogleSignin.configure({
|
||||
// webClientId:
|
||||
// "828012052860-rq3m5ppckbmtc7vfjp3mau0s6p8h9mgm.apps.googleusercontent.com",
|
||||
// });
|
||||
// }, []);
|
||||
|
||||
//https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/userlogin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user