UNPKG

@whir-react-native/react-native-template

Version:
7 lines (5 loc) 251 B
import { AppRegistry } from 'react-native' import { createDvaApp } from '@whir-react-native/utils' import appConfig from './src/index' import { name as appName } from './app.json' AppRegistry.registerComponent(appName, () => createDvaApp(appConfig))