react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
feature: add gesture handler and platform dependent touchable component
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.
I am extremely hesitant to add Gesture Handler as a dependency. Have you tried Pressable?
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 😄
can we merge this? Need it