bilal1031 / expo-insta-story

MIT License
2 stars 4 forks source link

Performance with videos #2

Open julioag opened 5 months ago

julioag commented 5 months ago

Hello @bilal1031,

I have been using your library for a while and i'm having some performance issues with videos. ¿Are you handling some preload logic by any chance? I implemented in my project file downloads so it should access a local source instead but still the performance hasn't change much. Do you have recommendations to improve the loading?

Thank you in advance for the library!

bilal1031 commented 5 months ago

@julioag, Yes with expo-av the video loading does have performance issues. I would recommend to integrate react-native-video into the library with expo-av to get the performance you are looking for.