Kyle Fang 93dc450a21 fix: typo
2020-10-07 11:00:21 +08:00
2020-10-07 10:40:44 +08:00
2020-10-07 10:40:44 +08:00
2020-10-07 10:40:44 +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
2020-09-27 22:26:01 +08:00
2020-10-07 11:00:21 +08:00
2020-10-07 10:40:44 +08:00
2020-09-28 18:32:24 +08:00
2020-09-27 22:08:20 +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';
...
<Video source={{uri: convertToProxyURL(originalURL)}} />
Description
No description provided
Readme 529 KiB
Languages
JavaScript 34.6%
Objective-C 28.9%
Java 17.4%
Starlark 10.4%
Ruby 8.7%