Relative Content

Tag Archive for reactjsgoogle-mapsgoogle-places-autocomplete

How can I make GooglePlacesAutocomplete work properly

I have set a GooglePlacesAutocomplete input within my react native component, but it seems to not work has I spected, the problem I see is that when I click to any suggestion, instead of call the onPress prop, I am calling whatever is behind my list
I wonder if my problem is because of the visibility of the map, or if I ser something wrong, please let me know if this is enougth information.