-
Sofiya Tepikin authoredSofiya Tepikin authored
index.js 149 B
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('drip', () => AppWrapper)
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('drip', () => AppWrapper)