-
Julia Friesel authoredJulia Friesel authored
index.js 149 B
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('home', () => AppWrapper)
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('home', () => AppWrapper)