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

Added optional props for test id on basic textInput(not textInputComp)

Added functionality to add custom filter to data source. for example: { return data.filter(city => city.description.includes("My City")) }} />

Parameter type added to the `renderHeaderComponent` prop.

**Is your feature request related to a problem? Please describe.** In order to provide some level of security for the semi-sensitive api keys used by this library, request restrictions are...

enhancement

Hello, can you tell me how the sessiontoken works? I'm using UIDD 4 to generate the token, but every time I type in the input it sends a request to...

question

If the user wants to search places within the restricted area using latitude and longitude and within the required radius I have added in the query so the user can...

VirtualizedLists should never be nested inside if use scrollview

bug

# Describe the problem I can set the style of input text, but I don't know how to set styles for placeholder or row text. In the documentation there are...

question

Hi, I am seeing you are searching for people to help maintainers, I am still a newbie in react-native framework but I would love to help if you need me....

question

I want to set the AddressText programmatically and then call the onPress() function, so I can use the returned search data/details. Any help here? Shouldnt the onPress function be automatically...

question