react-native-video/examples/basic/src/index.js
2022-04-26 19:19:41 +02:00

6 lines
152 B
JavaScript

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