react-native-google-places-autocomplete icon indicating copy to clipboard operation
react-native-google-places-autocomplete copied to clipboard

feature: add gesture handler and platform dependent touchable component

Open FelipeLimaMarques opened this issue 3 years ago • 3 comments

A platform dependent version of the TouchableHighlight.

Touchables don't usually work well with components like Gorhom's Bottom Sheet, or just don't work properly at all depending on the OS, so I ran some tests and figured the Native version works with iOS and Gesture Handler version works with Android. Might not be the case for everyone, but I hope this works as a solution.

FelipeLimaMarques avatar Oct 08 '21 16:10 FelipeLimaMarques

I am extremely hesitant to add Gesture Handler as a dependency. Have you tried Pressable?

bell-steven avatar Oct 08 '21 16:10 bell-steven

I am extremely hesitant to add Gesture Handler as a dependency. Have you tried Pressable?

Pressable seems to have the same problems right now. I also don't really like the idea of using Gesture Handler, but it is a short term solution. I plan on keep updating this fork on the future as i keep testing, so let's look foward to how React Native handles theses bugs 😄

FelipeLimaMarques avatar Oct 08 '21 17:10 FelipeLimaMarques

can we merge this? Need it

Zakyyy avatar May 24 '23 12:05 Zakyyy