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 Posting here because I'm having a hard time trying to use it with React-Hook-Form. # Reproduction Click to expand! ```javascript const {control} = useForm(); ``` #...

question

origin parameter is not present in query params due to which library can't fetch distance_meters field which is very important use case, so I request to include origin in query...

enhancement

just something i needed. i added the option to set default value like in TextInput. hope it will help other people.

# Describe the bug When I start searching for cities there comes a point where the search stops working and no longer searches for locations. # Reproduction - (required -...

bug

# Describe the bug Unable to see the list items in the result list. Spent a full day figuring out what it might be, still unable to resolve it. When...

bug

# Describe the problem I want to exclude all results without street addresses and home numbers. I tried with different values for `filterReverseGeocodingByTypes` but each time i received `Country, City`...

question

**What's in this PR?** This PR makes the setAddressText() method query the address passed as a parameter, **Quick summary of the changes you made.** Changed setStateText(address) to _handleChangeText(address) in setAddressText().

# Describe the bug Search text is not coming to the InputText. A clear and concise description of what the bug is. When I search for a location, I click...

bug

I've been able to supply custom component form input. But is it possible to supply custom listview component to this library?

question