react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

Nested Swipe issue.

Open Bayramito opened this issue 3 years ago • 4 comments

Hello,

i just wanted to let you know about nested swipe issues. For example, if I use this package into another component which has swipe functionality (like react nativigation's top tab navigator), its not working at all

Bayramito avatar Aug 14 '20 11:08 Bayramito

Hey @Bayramito ! See https://github.com/archriss/react-native-snap-carousel/issues/746#issuecomment-696290253

ajacquierbret avatar Sep 21 '20 18:09 ajacquierbret

Sorry, please allow me to advertise for my open source library! ~ I think this library react-native-reanimated-carousel will solve your problem. It is a high performance and very simple component, complete with React-Native reanimated 2

dohooo avatar Oct 08 '21 04:10 dohooo

Hi! This solution only works with Scrollview, not with Top Tab Navigator. Any other help?

diego-salvatierra avatar Nov 04 '22 03:11 diego-salvatierra

Facing the same issue on Android here. The horizontal Carousel inside a MaterialTopTabNavigator is not working as expected. Sometimes when swiping the carousel, the swipe event is captured by MaterialTopTabNavigator but not the Carousel, but sometimes the swipe is applied to the Carousel.

Anyone can help on solving/workaround it?

redocsss avatar Oct 09 '23 17:10 redocsss