react-native-google-places-autocomplete icon indicating copy to clipboard operation
react-native-google-places-autocomplete copied to clipboard

Customizable Google Places autocomplete component for iOS and Android React-Native apps

Results 124 react-native-google-places-autocomplete issues
Sort by recently updated
recently updated
newest added

# 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...

question

# 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...

question

# 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!...

question

**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 ``...

enhancement

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...

enhancement

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...

bug

# Describe the bug TypeError: Cannot read property 'getItem' of undefined ![Screenshot_1700652558](https://github.com/FaridSafi/react-native-google-places-autocomplete/assets/15327129/7299a924-e40a-4878-bc21-136a607c9e42) This error is located at: in FlatList (created by GooglePlacesAutocomplete) in RCTView (created by View) # Reproduction -...

bug

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 =...

question

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...