mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
7 lines
175 B
JavaScript
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)
|