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?