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

I have a GooglePlacesAutocomplete inside a modal. When it first opens the input is blank. I can click it and search for an address. If I then erase that address...

question

v2.5.3 See https://github.com/FaridSafi/react-native-google-places-autocomplete/blob/master/GooglePlacesAutocomplete.js#L559

bug

As per Issue https://github.com/FaridSafi/react-native-google-places-autocomplete/issues/654, this change from `setStateText` to `_handleChangeText` will successfully fulfill autocomplete search results once an address is manually inputted via ref. Thanks!

- refactor(types): add photos, price_level, rating, website to GooglePlaceDetail

How can I limit the access to the API key to only be used from my app? Is it even possible? If I understand it correctly, the key used is...

question

# Describe the problem I am implementing this library, and I cant figure out a good way to close the result list when the user clicks outside the list. It...

question

# Describe the problem I was wondering how I’m able to get the users nearby addresses first while typing rather than a random location such as in Asia or Europe

question

# Describe the bug Testing this component out. When entering text into the input field, a list of results are generated and displayed correctly. If I click an item from...

bug

**Is your feature request related to a problem? Please describe.** We are trying to render custom icons in the row list view based on the `detail.types`, however `details` are not...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to have a callback when users click on the X inside text box **Describe the solution you'd...

enhancement