react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
Customizable Google Places autocomplete component for iOS and Android React-Native apps
# Describe the problem I am not able to see the list of addresses I am starts typing in the input box. I am using this library in my **react-native...
# Describe the problem This question is a bit off topic but I haven't gotten an answer to my question in other forums and maybe someone can shed some light...
# Describe the problem I want to limit the search to include both US and CA. # Reproduction - (required - issue will be closed without this) Click to expand!...
**Is your feature request related to a problem? Please describe.** I would like the ability to be able to have a callback function if the request made by the ``...
I was getting error "Maximum update depth exceeded". So I checked you file GooglePlacesAutocomplete.js In that I noticed in you useEffect: useEffect(() => { // This will load the default...
I have used "onFail" method, but it's not giving me anything After Pressing listItem from react-native-google-places-autocomplete I am getting this error. Sometimes it works sometimes it crashes I have also...
# Describe the bug TypeError: Cannot read property 'getItem' of undefined  This error is located at: in FlatList (created by GooglePlacesAutocomplete) in RCTView (created by View) # Reproduction -...
https://github.com/FaridSafi/react-native-google-places-autocomplete/issues/918
``` const PickAddress = ({ prevBtnHandler, nextBtnHandler }) => { const searchRef = useRef(null); const [where, setWhere] = useState({ lat: 37.5648406, lng: 126.977303, }); const autoCompleteResultHandler = (data, details =...
This way, the default onFail behavior will occur for users who don't specify one (currently, the default behavior of calling `console.warn` isn't reachable code). I spent 2 hours trying to...