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

example how to close rows automatically or by some function when use SwipeRow? #613

Open code-by opened 1 year ago

code-by commented 1 year ago

Hi I'd like to make list or rows with dynamic amount of buttons from right side. I realized that it is possible to do only with SwipeRow instead of SwipeListView. But with SwipeRow I can't understand how to automatically close swiped row like how it made in case of SwipeListView. thank you!

p.s. any suggestion to more improved and maintained analogue component with possible do swipe of list rows/items ?

tsachit commented 1 year ago

Did you found anything?

Fairbrook commented 1 year ago

Hey, this is a very simple example but i hope it helps

Example