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

6 lines
152 B
JavaScript
Raw Normal View History

2022-04-23 14:23:10 -06:00
import VideoPlayer from './VideoPlayer';
import { AppRegistry } from 'react-native';
AppRegistry.registerComponent('VideoPlayer', () => VideoPlayer);