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