Open ahmdx opened 7 years ago
Were you able to resolve this?
I had a workaround. I used smoothTransition={true}. I cannot remember if only this fixed it, but you can give it a try!
Thanks @ahmedabadie... setting smoothTransition={true} solved this issue.
When swiping up, the
Maybe
view is displayed properly, however, when the action is performed (i.e. the card is actually swiped up) theYup
orNope
view is displayed afterwards. The action itself is correct ashandleMaybe
is successfully called.This glitch can be viewed in the gif file available on
README
: https://raw.githubusercontent.com/meteor-factory/react-native-tinder-swipe-cards/master/screenshots/swiper-cards.gif. Pay attention to theNope
view being displayed after theMaybe
action is performed.