6 lines
152 B
JavaScript
Raw Normal View History

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