webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

Infinite doesnt work because keys will repeat and then it complains #131

Open oscadev opened 1 month ago

oscadev commented 1 month ago

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.