birdwingo / react-native-instagram-stories

🚀 Instagram stories is a versatile React Native component designed to display a horizontal scrollable list of user stories, similar to the stories feature found in the Instagram app.
https://birdwingo.com
MIT License
120 stars 34 forks source link

Prevent download all media files when story modal opens #102

Open gust-m opened 1 month ago

gust-m commented 1 month ago

Following the current flow, as soon as the user clicks on any story avatar (opens the story), all medias are downloaded simultaneously, and they are downloaded once again while you are navigating through the stories. Is it really necessary to download all media files when the modal appears? Or is there a way to prevent this, so as not to waste resources?

I actually did something like that, but is more like a workaround than a real solution, there are some flaws (but works), I can share it here if you think it could be useful