react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
Customizable Google Places autocomplete component for iOS and Android React-Native apps
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...
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...
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...
# 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...
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....
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...