react-native-swiper
react-native-swiper copied to clipboard
Conflict in swiping between tab navigator and the swiper component
OS : Android
Versions: React native swiper: latest React native: latest
Expected behaviour
If the user swipes the part of the screen that holds the swiper it should, the swipe should only affect the swiper. If the user swipes other parts of the screen, it should affect the tab navigator and navigate to the next screen.
Actual behaviour
Sometimes when the user swipes the swiper part of the screen the navigator navigates to the next screen.
You can simply produce the problem but having a swiper component places in one of the tab navigator screens.
same here, but instead of tabbar conflict i have back gesture triggered
Can you give some more info ? I also have a swiper within a tab navigation but I dont face this problem atm... Can you provide some sample code that will produce this bug ?
same problem here, is there any solution yet?