react-native-swiper
react-native-swiper copied to clipboard
Give priority to slide child for press events
I'm having a react-native-slider nested in a swiper slide. The problem is that it's quite hard to trigger the slider to slide. The swiper usually triggers before the slider gets any chance to slide.
How could I give the priority to the slider when the press event is around it?
PS: Let me precise that it's actually ok on iOS. It's on Android that this is more a problem...
If anyone finds a solution, I'm still looking for it...
Facing the same issue, @zabojad did you find any fix for this ?
Hey @hiteshdua1 ! Have a look at this issue there: https://github.com/callstack/react-native-slider/issues/296