Skip to content
Snippets Groups Projects
index.js 149 B
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'

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