Files
drip/index.js
T
2018-09-16 11:47:33 +02:00

4 lines
149 B
JavaScript

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