lhandel
lhandel
This module only renders the two top cards of the deck. It could be a future improvement to choose how many cards to be rendered, but its not possible right...
I will look into this next week
Can you dont just append the card att the end of the list like this? ```javascript {cards.map((card, index) => ( {card} ))} ``` ```javascript addCard = () => { const...
There are a CardStack events called onSwipe where you receive the current x, and y coordinates.
on android or iOS?