import { GoogleInputProps } from "@/types/type"; import { Text, View } from "react-native"; import tw from "twrnc"; const GoogleInputField =({icon,initialLocation,containerStyle,textInputBackgroundColor,handlePress}:GoogleInputProps)=>{ return( Search ) } export default GoogleInputField;