Files
drip/index.js
T
2018-05-30 12:33:19 +02:00

5 lines
119 B
JavaScript

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