Files
react-native-video-cache/README.md
Alireza Hadjar ad0d922ae7 Fixed build error on android (#48)
* Update build.gradle

* Update README.md

* Update README.md
2022-05-12 15:23:16 +08:00

600 B

react-native-video-cache

  • Fixed its android conflict with react native v0.67 (gradle > 0.7)

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)}} />