react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

Infinite doesnt work because keys will repeat and then it complains

Open oscadev opened this issue 9 months ago • 0 comments

It complains that "all children must have unique keys" when using infinite because it presumably just uses the exact same key without transforming it on each repeat. This only happens if the card length is shorter than the stackSize, so maybe not a bug.

oscadev avatar May 08 '24 06:05 oscadev