react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

Give priority to slide child for press events

Open zabojad opened this issue 3 years ago • 4 comments

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?

zabojad avatar Aug 02 '21 16:08 zabojad

PS: Let me precise that it's actually ok on iOS. It's on Android that this is more a problem...

zabojad avatar Aug 03 '21 07:08 zabojad

If anyone finds a solution, I'm still looking for it...

zabojad avatar Aug 20 '21 09:08 zabojad

Facing the same issue, @zabojad did you find any fix for this ?

hiteshdua1 avatar Aug 30 '22 12:08 hiteshdua1

Hey @hiteshdua1 ! Have a look at this issue there: https://github.com/callstack/react-native-slider/issues/296

zabojad avatar Aug 31 '22 07:08 zabojad