caglardurmus / react-native-insta-story

Story component for React Native
MIT License
178 stars 85 forks source link

A way to determine if the data has already been seen #28

Closed Niltonsf closed 1 year ago

Niltonsf commented 2 years ago

I believe that a way that we could determine if the data has been seen. I believe most of people will be using this with apis

hilmia commented 1 year ago

It would be great to have an event per story.

Let's say that someone has 2 stories, and the user only saw the first one. On next click on the avatar, it should start from the second (unseen) story.

huyhai commented 1 year ago

let ob = { user_id: 1, user_image: url, user_name: name, stories: stories, seen: true, }; add seen param

ameer-hamza-agile commented 1 year ago

Is there any way to check the single story of a person is seen or not if he have uploaded multiple stories

IB3N commented 1 year ago

@Niltonsf - would #43 work?

Niltonsf commented 1 year ago

Hey, I have not checked and worked with this library anymore, I am attempting to create mine.