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

closeOpenAllRows not working on Android #626

Open Engraulis61 opened 10 months ago

Engraulis61 commented 10 months ago

when one row is open and I switch to another tab, on Android devices, the open row remains open, whereas on iOS devices, it closes. The behavior I expect is for the open row to close when I take other actions, similar to how it behaves on iOS devices. The React Native version I'm using is 0.72.4.

tdammy92 commented 10 months ago

same behavior on my end just, left it like that.

edenbergel commented 8 months ago

I'm on 0.72.6, and my hidden row is above my visible row when it should be the opposite. Also only on Android.