react-insta-stories
react-insta-stories copied to clipboard
Stop running automatically
when I update to version 2.1.2 for using WithSeeMore
, stories cannot running automatically, it stop when first story ended, I need to touch to continue running.
but when I back to version 2.0.1, it works.
How can I fix it?
Hey @cuongdaovan, can you include a link to your code or attach the story object where you are using SeeMore
? Will be helpful to debug!
i am also facing the same issue. is solved or any workaround? edit:1 in my case i am trying basic example still i have to tap on screen to play next story. edit:2 when i use this code:
<Stories
stories={stories}
defaultInterval={1500}
width={432}
height={768}
/>
i have to tap on screen to play next story but when i used this:
<Stories
stories={stories}
/>
it's working fine.
Still happens...