mybuddy opened this issue 3 years ago · 0 comments
L116 in SwipeRow.js, from the context of the logics, it supposed to be this.props.forceCloseToLeftThreshold > 0 rather than this.props.forceCloseToRightThreshold > 0. Please check it out, thanks.
this.props.forceCloseToLeftThreshold > 0
this.props.forceCloseToRightThreshold > 0
react-native-swipe-list-view/components/SwipeRow.js
Line 116 in 3c3fa95