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

rightActionState true/false wrong

Open Sotatek-QuanDo opened this issue 1 year ago • 0 comments

I'm implementing something like: When you swipe the left, there will be a button on the right side. And at this time, i have to disable the left with the value rightActionState. But whenever I swipe to the left, this happen

swipe to the left 1 => rightActionState = true close the row, swipe to the left 2 = rightActionState => false

I dont know why. tks

Sotatek-QuanDo avatar Mar 15 '24 11:03 Sotatek-QuanDo