alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.56k stars 465 forks source link

how to get current card index #256

Open vishant11 opened 5 years ago

vishant11 commented 5 years ago

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

joesong168 commented 5 years ago

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