alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swipe back all swiped cards

shaikhussian opened this issue · comments

Hi, thanks this repo is very helpful to me, here I want to get all the swiped cards. when clicking on the button for button action I wrote like this, onPress={() => this.swiper.swipeBack()} it was retrieving the last swiped card only but want all the swiped cards.
can you help me resolve this issue? any help much appreciated Thanks.