react-native-cards-swipe icon indicating copy to clipboard operation
react-native-cards-swipe copied to clipboard

Card flickering

Open boritopalito opened this issue 11 months ago • 0 comments

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?

boritopalito avatar Mar 07 '24 14:03 boritopalito