import type { GoogleInputProps } from "@/types/type"; import { Text, View } from "react-native"; export const GoogleTextInput = ({ icon, initialLocation, containerStyles, textInputBackgroundColor, handlePress, }: GoogleInputProps) => ( Google Text Input );