import { Text, View,Image } from "react-native"; import tw from "twrnc"; import CustomButton from "./CustomButton"; import { icons } from "@/constants"; const OAuth =()=>{ const handleGoogleSignIn =async ()=>{ } return( Or ()} bgVariant="outline" textVariant="primary" onPress={handleGoogleSignIn} /> ); }; export default OAuth;