UNPKG

react-native-template-allmax

Version:

React native template with navigation, redux, redux-saga, eslit, flow, reactotron

9 lines (6 loc) 216 B
/** @format */ // @flow import { AppRegistry } from 'react-native'; import { ProvideredApp } from './src'; import { name as appName } from './app.json'; AppRegistry.registerComponent(appName, () => ProvideredApp);