# react-native-video-cache **Repository Path**: yyl1992/react-native-video-cache ## Basic Information - **Project Name**: react-native-video-cache - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-17 - **Last Updated**: 2023-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. - iOS: https://github.com/ChangbaDevs/KTVHTTPCache - Android: https://github.com/danikula/AndroidVideoCache ## Getting started `$ yarn add react-native-video-cache` ### Mostly automatic installation `$ react-native link react-native-video-cache` ## Usage ```javascript import convertToProxyURL from 'react-native-video-cache'; ...