6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
|
import VideoPlayer from './VideoPlayer';
|
||
|
|
||
|
import { AppRegistry } from 'react-native';
|
||
|
|
||
|
AppRegistry.registerComponent('VideoPlayer', () => VideoPlayer);
|