You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reset all the internal state and start from index 0, I would like to have the internal initDeck method exposed, e.g. as a resetDeck method.
I think the following should be enough. Not sure though about any possible side effects here?
In order to reset all the internal state and start from index 0, I would like to have the internal
initDeck
method exposed, e.g. as aresetDeck
method.I think the following should be enough. Not sure though about any possible side effects here?
https://github.com/lhandel/react-native-card-stack-swiper/blob/5f99956b865eb0d5dd52d97378a54f98f65a547f/CardStack.js#L306C1-L306C1
The text was updated successfully, but these errors were encountered: