alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best way to test swiping?

richardwu opened this issue · comments

Is there a good way to test the swiping action in jest + react-testing-library?

I currently also have buttons binded to the swiping actions, but it seems like pressing them do not clear out the cards on top. I have checked it does fire off the event, but it does not see to update the card indexes.