import { AppRegistry } from 'react-native' import Home from './App' AppRegistry.registerComponent('home', () => Home)