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