react-native-video-cache

Boost performance on online video loading and caching

Usage no npm install needed!

<script type="module">
  import reactNativeVideoCache from 'https://cdn.skypack.dev/react-native-video-cache';
</script>

README

react-native-video-cache

Boost performance on online video loading and caching

Use following libraries to do the heavy lifting.

Getting started

$ yarn add react-native-video-cache

Mostly automatic installation

$ react-native link react-native-video-cache

Usage

import convertToProxyURL from 'react-native-video-cache';
...
<Video source={{uri: convertToProxyURL(originalURL)}} />