UNPKG

@cellc/react-native-video-suite

Version:

The native video player for Black. It was forked from react-native-media-kit.

14 lines (10 loc) 266 B
import {NativeModules} from 'react-native'; export default class Downloader { constructor() { this.test = this.test.bind(this); this.downloader = NativeModules.MediaDownloader; } test(url) { this.downloader.test(url); } }