react-native-looped-carousel
react-native-looped-carousel copied to clipboard
Navigator's HorizontalSwipeJump Overriding Page Swipes - Propagation problem?
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
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.