uppy/examples/react-native/index.js
2018-12-19 14:46:36 +03:00

7 lines
175 B
JavaScript

/** @format */
import {AppRegistry} from 'react-native'
import App from './App'
import {name as appName} from './app.json'
AppRegistry.registerComponent(appName, () => App)