We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saveProgress
Expected behavior When setting saveProgress to true, it should open the next (unseen) story when opening the next time
true
Current behavior When setting saveProgress to true, it starts with the first story
<InstagramStories stories={stories} ref={instaStoryRef} isVisible progressColor="#a8a8a89d" saveProgress animationDuration={5000} headerContainerStyle={headerContainerStyle} modalAnimationDuration={500} hideAvatarList onHide={onHide} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When setting
saveProgress
totrue
, it should open the next (unseen) story when opening the next timeCurrent behavior
When setting
saveProgress
totrue
, it starts with the first storyThe text was updated successfully, but these errors were encountered: