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

# What's in this PR? This PR adds a `listLoaderComponent` prop to enable showing a loading component while results are loading ### Quick summary of the changes you made. -...

It simply stopped working for all version on Android. I'm not sure why, anybody else getting the issue as well ?

bug

I'm having trouble using Google Places Autocomplete within a Modalize. When I type the address, it opens the ListView with the autocomplete suggestions. If the keyboard is open and I...

question

# How to change font-family of placeholder text I want to change font-family of place holder text (Please refere below image for required output) ![Screen Shot 2022-12-27 at 12 38...

question

I´m trying to show two lines on the text box that shows the address but I have not been able to. I have seen the "numberOfLines" property but it doesn´t...

question

Now every keystroke sends an API request to Google API, and we don't have an option for debounce.

bug

# Describe the problem I want to get the current location in the autocomplete dropdown and I am using react-native-geolocation-service' for this as suggested in the documentation. As suggested I...

question

## Environment System: OS: Windows 10 10.0.22000 CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz Memory: 2.34 GB / 15.87 GB Binaries: Node: 16.17.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.4...

bug

Adding setAddressTextAndQuery to pick first option when setting up address dynamically. Demo: [Watch the demo on YouTube](https://youtu.be/KcZ_-CprJ7k) Starting State: ![1](https://github.com/FaridSafi/react-native-google-places-autocomplete/assets/18272791/b6531894-52f1-44a2-a63b-dac834dcfdf9) Inserting Address Dynamically: ![2](https://github.com/FaridSafi/react-native-google-places-autocomplete/assets/18272791/f7e9206a-0f6c-4d14-a4fa-a5f6771cef7f) Selecting First Queried Option: ![3](https://github.com/FaridSafi/react-native-google-places-autocomplete/assets/18272791/a4774eee-f986-4b08-95d1-c45b56464323)

I'd love if it was possible to do a custom search alongside the built in Places search. This would be used to send a request to a custom API to...

enhancement