SimformSolutionsPvtLtd / react-native-story-view

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

Render story at given index #95

Closed Skvitthani closed 6 months ago

Skvitthani commented 6 months ago

I have 10 stories of data and I have to render a story at given index like 3 or 5 using StoryContainer component. how to do that?

chsdwn commented 6 months ago

You need to pass the story that you want to render to stories prop. You can check out Single Story example. https://github.com/SimformSolutionsPvtLtd/react-native-story-view/blob/develop/example/src/modules/Story/StoryScreen.tsx#L67

Skvitthani commented 6 months ago

@chsdwn It's working Thank you.