# rntpc_react-native-video-cache **Repository Path**: openharmony-sig/rntpc_react-native-video-cache ## Basic Information - **Project Name**: rntpc_react-native-video-cache - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/rntpc_react-native-video-cache - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-14 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [rntpc_react-native-video-cache](https://gitcode.com/openharmony-sig/rntpc_react-native-video-cache)。| ⚠️ This repository has been archived. For the new address, please visit [rntpc_react-native-video-cache](https://gitcode.com/openharmony-sig/rntpc_react-native-video-cache).** > --- > # 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'; ...