i got my issue..
i was using GoogleplacesAutoComplete in an flatlist component and to resolved issue i just add keyboardShouldPersistTaps="always" in flatlist
thank you
Thank you for posting this, this was my issue with putting this component inside a ScrollView component
setting <FlatList keyboardShouldPersistTaps="always"/> works for me too this must be documented
@sytolk https://github.com/FaridSafi/react-native-google-places-autocomplete#use-inside-a-scrollview-or-flatlist
Most helpful comment
i got my issue..
i was using GoogleplacesAutoComplete in an flatlist component and to resolved issue i just add keyboardShouldPersistTaps="always" in flatlist
thank you