We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
But when I try to click the story, it’s not showing the full screen which before it was doing
The text was updated successfully, but these errors were encountered:
Hi you need to set up imageProps to view full screen. Below is an example that might help you
<InstagramStories ref={ref} stories={stories} animationDuration={5000} progressActiveColor={"#ff2b79"} progressColor={"#ffffff"} imageStyles={{ resizeMode: "cover" }} showName nameTextStyle={{ color: "#ffffff", textAlign: "center", paddingTop: 5 }} mediaContainerStyle={{ backgroundColor: "#ffffff" }} imageProps={{ height: 1000 }} />
Sorry, something went wrong.
No branches or pull requests
But when I try to click the story, it’s not showing the full screen which before it was doing
The text was updated successfully, but these errors were encountered: