jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

Perhaps wrong props used in SwipeRow.js #593

Open mybuddy opened 2 years ago

mybuddy commented 2 years ago

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