Files
drip/index.js
T

4 lines
149 B
JavaScript

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