Swipeable seems to interfere with iOS NavigationController's 'swipe-back' gesture.
In iOS, when you have a navigation stack, there's a very handy gesture to swipe from the left screen edge to right to pop the current view from the stack and 'navigate backwards'. The swipeables in my ListView seem to be capturing the gesture, even though I only have rightSide content.
Is there a way to prevent it doing this?
Soooooo..... what is the fix?
For those that need an immediate fix, you can install my fork. I updated with Ngandhy's changes and allowed it to install with npm from my repo.
Install
npm install --save agates4/react-native-swipeable
Usage
<Swipeable
swipeStartMinLeftEdgeClearance={100}
>
Using that prop, you will be able to swipe back with navigation without a problem.
Has this been implemented yet?
@jshanson7 :)