react-native-cards-swipe
react-native-cards-swipe copied to clipboard
Card flickering
I am experiencing the card to flicker. #4
I was debugging the situation and found out that probably related to the render card function. If I log the output of the renderCard method I can see that it sometimes logs a different item being send to it.
LOG Direction pressed left
LOG 503
LOG 503
LOG 503
LOG 503
LOG 513
LOG 503
In the above situation I log the item.id thats been send to the renderCard method. There I see that the flickering is propably happening because another id is send to it. Does anyone know how to solve this?