import {AppRegistry} from 'react-native'; import VideoPlayer from './VideoPlayer'; import {name as appName} from '../app.json'; AppRegistry.registerComponent(appName, () => VideoPlayer);