mirror of
https://github.com/zhigang1992/react-native-video-cache.git
synced 2026-01-12 22:40:52 +08:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
import { NativeModules } from 'react-native';
|
|
|
|
const { VideoCache } = NativeModules;
|
|
|
|
export default VideoCache.convert;
|