diff --git a/src/GooglePlacesTextInput.tsx b/src/GooglePlacesTextInput.tsx index 8c7fd26..1c93e1b 100644 --- a/src/GooglePlacesTextInput.tsx +++ b/src/GooglePlacesTextInput.tsx @@ -542,6 +542,9 @@ const GooglePlacesTextInput = forwardRef< { backgroundColor }, style.suggestionItem, ]} + onPressIn={() => { + suggestionPressing.current = true; + }} onPress={() => { suggestionPressing.current = false; handleSuggestionPress(item);