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