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
ReferenceError: XMLHttpRequest is not defined  i have also searched on web to mock this package for jest test cases but didn't find any...
# onPress not working on android i am using a map and GooglePlacesAutocomplete input on ios it is working perfectly but on android i am unable to pick the location...
This change introduces a **new method `setAddressTextAndQuery(address)`** that can be used by refs 🎉🎊🙌 ! **It changes the address text to the provided address and then queries the input automatically.**...
OnPress event not working on iOS devices. The component is reloading many times unnecessarily and the onPress event is not working when clicked on any address. No feedback also given....
# Describe the bug This behavior of `textInputProps.onChangeText()` is a bit unexpected as the code here will always pass an empty string to the `textInputProps.onChangeText()` when the component mounts: https://github.com/FaridSafi/react-native-google-places-autocomplete/blob/1d5515add89e9edc3b1fa90287821e522bfb0de0/GooglePlacesAutocomplete.js#L145-L153...
**Is your feature request related to a problem? Please describe.** I'm doing E2E testing and I need to inject a testID prop to be able to interact with a component....
**Is your feature request related to a problem? Please describe.** Add props for ListFooterComponent of the FlatList **Describe the solution you'd like** Add props for ListFooterComponent of the FlatList so...
# Describe the bug I am saving recently searched terms in my state and when user clicks on one of the recent searches, I do this.autoCompleteRef.setAddressText(this.state.recentSearch). This updates the text...
# Describe the problem I'm using this library for the first time, and enabling Google Places API for the first time in the Google Cloud Console. I see two APIs...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...