import { AppRegistry } from 'react-native'; import LiveVideo from './src/App' AppRegistry.registerComponent('video', () => LiveVideo);