Caching your video without headache
Boost performance on online video loading and caching
Use following libraries to do the heavy lifting.
$ yarn add react-native-video-cache
$ react-native link react-native-video-cache
import convertToProxyURL from 'react-native-video-cache';
...
Edit your android/build.gradle file and add the following lines:
maven {
url "$rootDir/../node_modules/react-native-video-cache/android/libs"
}
to your allprojects/repositories
No open issues yet, or sync has not completed.