react-native-video/examples/video-caching/index.js

5 lines
128 B
JavaScript
Raw Normal View History

2018-02-28 05:45:17 -07:00
import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('VideoCaching', () => App);