react-native-video/examples/basic/index.js
2022-04-23 22:25:44 +02:00

6 lines
152 B
JavaScript

import VideoPlayer from './VideoPlayer';
import { AppRegistry } from 'react-native';
AppRegistry.registerComponent('VideoPlayer', () => VideoPlayer);