2022-06-23 08:58:57 +08:00
2022-05-13 10:20:51 +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
2022-05-13 10:21:13 +08:00
2022-05-13 10:20:51 +08:00
2020-09-27 22:08:20 +08:00

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

Install on android

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

Description
No description provided
Readme 529 KiB
Languages
JavaScript 34.6%
Objective-C 28.9%
Java 17.4%
Starlark 10.4%
Ruby 8.7%