-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Hello..I am implementing this package for my project. But unfortunately initialIndex does not work. I wanted to start from provided card index.
Here is my example.
<CardStack
style={styles.content}
onSwiped={onHandleCardSwipe}
renderNoMoreCards={() => RenderNoMoreCards()}
initialIndex={2} // here it does not start from index 2
onSwipedAll={() => isDoneAllCards(true)}
ref={useSwiper}>
// Here is Card Components with 8 items array
</CardStack>mrosendin
Metadata
Metadata
Assignees
Labels
No labels