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 bug For certain places that are selected in the typeahead options, the street number is always truncated off in the fetch details query, which results in the...

bug

I am storing location obtained from an HTTP request in a state variable (city-state-country format) and have also provided this state variable in TextInputProps of the autocomplete, and have also...

question

# Default input style override the style of the InputComp passed as props to the textInputProps **Please provide a FULLY REPRODUCIBLE example.** Click to expand! ```javascript { // 'details' is...

bug

@FaridSafi Coming from [this issue](https://github.com/Expensify/App/issues/46771), this PR attempt to support `Autocomplete (New)` and `Place Details (New)` API. Also, this PR adds `sessionToken` support.

When I enter a location on Google places it searches continuously and also onPress is not working. In the latest version I used, So because of continuously hitting Google api...

bug

# Describe the bug The setAddressText method doesn't trigger a new api call and thus doesn't actually change the search results # Reproduction - (required - issue will be closed...

bug

**Is your feature request related to a problem? Please describe.** I need to make the results list completely disappear when there are no results. We are applying rounded borders to...

enhancement

# Description When users perform multiple rapid taps on the search bar in the app, it causes the app to crash. The issue occurs specifically when searching for locations, such...

bug

solution given by @jahanzaib5244 edited to include FlatList instead of mapping through the results

I am facing an issue when using GooglePlacesAutocomplete in my React Native app. When I add the following code, I get the error: TypeError: Cannot read property 'filter' of undefined...

bug