alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get current card index

vishant11 opened this issue · comments

I want to get current card and pass it to different screen how to do this task. I am not able to get current card

I got it. You should override the onSwiped event with a function which has a signature like this (index) => {}