Files
drip/index.js
T
2018-06-13 12:49:29 +02:00

4 lines
116 B
JavaScript

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