react-native-swipe-list-view
react-native-swipe-list-view copied to clipboard
Perhaps wrong props used in SwipeRow.js
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