2

How can I create a fast video consumption feature like Instagram Reels, I have created a simple video player with the help of react-native-video but after every video, it takes time to load that video.

How can I do something like prefetch the video before displaying that video? Also, it should take care of the user's mobile data consumption.

Is there any way to implement this feature in react native?

Jatin Bhuva
  • 1,301
  • 1
  • 4
  • 22
Infopedia
  • 376
  • 2
  • 14

1 Answers1

0

You can use the mobile storage to store the next videos into the queue.

Vikas
  • 17
  • 4
  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/late-answers/32406972) – Iva Aug 11 '22 at 07:45