Skip to content
Snippets Groups Projects
index.js 116 B
import { AppRegistry } from 'react-native'
import App from './app'

AppRegistry.registerComponent('home', () => App)