meteor-factory / react-native-tinder-swipe-cards

Tinder-like swipe cards for your React Native app
MIT License
1.13k stars 301 forks source link

stack view glitchy #109

Open ellismarte opened 7 years ago

ellismarte commented 7 years ago

Hi so I'm using the stack view because I don't want there to be a lag when a user swipes and the next photo loads.

Right now when a user swipes left or right there's this weird glitch where the previous photo appears for a split second on top of the new card. Has anyone seen this and or know why this is happening / how to fix it?

Here's a gif: https://s3-us-west-2.amazonaws.com/ellis-public/swipe.gif (github won't load it cause content is too long)

ellismarte commented 7 years ago

it's because i was using Fitimage instead of Image in the card

RamonAcedoM commented 6 years ago

@ellismarte Care to elaborate?