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

rightActionState true/false wrong #630

Open Sotatek-QuanDo opened 5 months ago

Sotatek-QuanDo commented 5 months ago

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