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

Navigator's HorizontalSwipeJump Overriding Page Swipes - Propagation problem?

Open acanyon opened this issue 8 years ago • 1 comments

I'm using react-native Navigator's HorizontalSwipeJump to back swipe screens.

With a Carousel it seems HorizontalSwipeJump overrides the carousel swipes and swipes forward or backward through nav.

Any ideas on how to fix?! Could this be a hierarchy problem?

Please and thanks! <3

acanyon avatar May 01 '17 00:05 acanyon

I've confirmed this to be the case. Interestingly, trying to find the documentation on HorizontalSwipeJump, it looks like the documentation for Navigator was removed as of version RN 0.44; only NavigatorIOS remains. Furthermore, on the NavigatorIOS page it states:

As the name implies, it is only available on iOS. Take a look at React Navigation for a cross-platform solution in JavaScript, or check out either of these components for native solutions: native-navigation, react-native-navigation.

techrah avatar May 10 '17 16:05 techrah