diff --git a/index.js b/index.js index 50105dc..18ddc3d 100644 --- a/index.js +++ b/index.js @@ -472,7 +472,8 @@ class SwipeableView extends Component { return ( (this._swipeoutRef = ref) } - {...this._panResponder.panHandlers}> + {...this._panResponder.panHandlers} + collapsable={false}> {btnsArray} {swipeableView}