react-native-swipe-list-view icon indicating copy to clipboard operation
react-native-swipe-list-view copied to clipboard

Perhaps wrong props used in SwipeRow.js

Open 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.

https://github.com/jemise111/react-native-swipe-list-view/blob/3c3fa95b0509af71dcf253834e367916ad688d13/components/SwipeRow.js#L116

mybuddy avatar Mar 09 '22 02:03 mybuddy