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

ReferenceError: XMLHttpRequest is not defined ![Screenshot 2024-03-21 at 11 07 31 AM](https://github.com/FaridSafi/react-native-google-places-autocomplete/assets/108668432/1a5866db-c28c-444f-a6db-e005ec7f2e8c) i have also searched on web to mock this package for jest test cases but didn't find any...

bug

# 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...

bug

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....

bug

# 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...

bug

**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....

enhancement

**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...

enhancement

# 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...

enhancement

# 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...

question

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...