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