UNPKG

react-web-config

Version:
11 lines (8 loc) 238 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry } from 'react-native'; import { App } from './src/App/App'; AppRegistry.registerComponent('ReactWebConfigExample', () => App);