Zhigang Fang 3321d209de Merge pull request #11 from zhigang1992/dependabot/npm_and_yarn/example/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4 in /example
2020-07-18 21:44:20 +08:00
2019-12-03 11:53:02 +08:00
2019-12-03 11:53:02 +08:00
2019-12-03 11:25:30 +08:00
2019-12-03 11:25:30 +08:00
2019-12-03 11:25:30 +08:00
2019-12-03 11:25:30 +08:00
2019-12-03 12:00:16 +08:00
2019-12-03 12:00:16 +08:00
2019-12-03 12:00:16 +08:00
2019-12-03 12:00:16 +08:00

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';
...
const localProxiedURL = await convertToProxyURL(originalURL);
...
<Video source={{uri: localProxiedURL}} />
Description
No description provided
Readme 529 KiB
Languages
JavaScript 34.6%
Objective-C 28.9%
Java 17.4%
Starlark 10.4%
Ruby 8.7%