# react-native-video-cache30-s

## Getting started

`$ npm install react-native-video-cache30-s --save`

### Mostly automatic installation

`$ react-native link react-native-video-cache30-s`

## Usage
```javascript
import VideoCache30S from 'react-native-video-cache30-s';

// TODO: What to do with the module?
VideoCache30S;
```
