SimformSolutionsPvtLtd / react-native-story-view

A React Native component to show image and video stories ✨ 🎖
MIT License
231 stars 33 forks source link

Pause doesn't work when on hold pressing #71

Closed tarkcelk closed 7 months ago

tarkcelk commented 9 months ago

Hi there, thanks for your great effort with this awesome package. It works great and smooth.

I have one question, when i press on hold the story view it doesn't pause the video or image. Is there a property that i am not passing or is there any extra step to use the pause feature ? I tried to pause the story from ref too.

Here is my story container;

<StoryContainer
              visible
              maxVideoDuration={10}
              stories={userStories[0].stories}
 />

package.json "react-native": "0.71.4", "react-native-story-view": "^1.0.0"

https://github.com/SimformSolutionsPvtLtd/react-native-story-view/assets/50989251/af72adc1-8c14-43ad-8f80-b84676158979