• Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Caching your video without headache

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

More Repositories

1

ZGParallelView

ParallelView For UITableView
Objective-C
266
star
2

ZGExpandZoomView

just another Header image expand and zoom.
Objective-C
201
star
3

ZGNavigationBarTitle

ZGNavigationBarTitle -- Subtitle on NavigationBar with awesome animation.
Objective-C
150
star
4

ZGCountDownTimer

Background Proof, Termination Proof Timer, Reboot Proof Timer.
Objective-C
60
star
5

InTime

InTime - Unofficial Toggl App stay on your screen.
Swift
40
star
6

react-native-jsonschema-form

react native implementation of https://github.com/rjsf-team/react-jsonschema-form
TypeScript
27
star
7

ZGPullDragScrollView

Awesome scrollView category to add PullDown and DragUp customization
Objective-C
21
star
8

ZGPullDragTableView

Awesome TableView Category for Drag and Pull.
Objective-C
19
star
9

puppeteer-file-downloader

JavaScript
7
star
10

swiftconchina

Swift
5
star
11

requirefull

Run all Apps in Split Mode and Slide Over.
Logos
4
star
12

ArgoTalk

Swift
4
star
13

JSON

Ruby
2
star
14

trending_github_telegram_bot

TypeScript
2
star
15

nearestTailwindColor

JavaScript
2
star
16

surge-rule-set

1
star
17

reduxinswift

Swift
1
star
18

react-native-routy

React Native Route with Redux and Navigator
JavaScript
1
star
19

ZGTweetBotTabBar

TweetBot like TabBarViewController
Objective-C
1
star
20

esbuild-useDefineForClassFields

TypeScript
1
star
21

GiphySearch

Swift
1
star
22

homebrew-taps

Ruby
1
star
23

pr-auto-labeler

Label your PR automatically with title
TypeScript
1
star
24

react-native-libpag

Java
1
star
25

Pick

Swift
1
star
26

github-telegram-notification

Telegram bot for GitHub notification
HTML
1
star
27

on

Swift implementation on jQuery like event API
Swift
1
star
28

shareplay-example

Objective-C
1
star