UNPKG

reactors-cli

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