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"; const Home =()=> { const [username, onChangeUsername] = useState(''); const [password, onChangePassword] = useState(''); const image = {uri: 'https://rader.app/assets/images/app/home.jpg'}; useEffect(() => { GoogleSignin.configure({ webClientId: "828012052860-rq3m5ppckbmtc7vfjp3mau0s6p8h9mgm.apps.googleusercontent.com", }); }, []); //https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/userlogin return ( Connect you care