react-native-google-places-autocomplete
                                
                                 react-native-google-places-autocomplete copied to clipboard
                                
                                    react-native-google-places-autocomplete copied to clipboard
                            
                            
                            
                        Customizable Google Places autocomplete component for iOS and Android React-Native apps
I use setAddressText. But address list item click feature - onPress is not working. How to fix this?
# Describe the problem I want to trigger the list view display each time i focus the text input (now it's triggered only when input changed) ``` { setAddressText(val); if...
Currently, if a request to the Google Places API fails with a non-200 status code, there is no console warning, and the `onFail` callback is not called. This PR fixes...
Currently on web assigning navigator.geolocation to a variable loses the "this" context of the getCurrentPosition method resulting in an "Illegal invocation" error
set listKey value so it can be nested on virtual lists, tested locally and worked fixes #824
If you add `RNGooglePlacesAutocomplete` inside a `ScrollView`, it throws an error: ``` VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead....
According to my issue (#792) I make this pull request to let listView's borderRadius style work in Android devices as well. There was a wrong parameter name in the _getFlatList...
setAddressText wont debounce the data, so added setAddressTextAndDebounce. Also new prop called showListView which lets you control if the list view is displayed or not for more dynamic integration.
# What's in this PR? This PR adds the `loadOnMount` prop to enable or disable loading the default value's search results after the view has been rendered, which is `true`...