The autocomplete is working well, other than the fact that you have to double tap the search suggestions in order to interact with them. Is there a way to use a suggestion by just tapping once on them??
+1
Duplicate of #223
+1
Make sure that any parent ScrollViews (or FlatList, etc.) of your GooglePlacesAutocomplete component have the prop keyboardShouldPersistTaps={'always'}set. This resolved the problem for me. Good luck!
the same problem here, + 1, I don't know what I need to do, for a single tap works to select an item of the list. I try with keyboardShouldPersistTaps={"always"} and nothing !
Most helpful comment
Make sure that any parent ScrollViews (or FlatList, etc.) of your GooglePlacesAutocomplete component have the prop
keyboardShouldPersistTaps={'always'}set. This resolved the problem for me. Good luck!