UNPKG

reactors-cli

Version:
13 lines (10 loc) 268 B
/** * @module {app} * @name Index for mobile platforms (iOS & Android) * @type RN Index * @description React Native index * @flow **/ import {AppRegistry} from 'react-native'; import App from './app/App'; AppRegistry.registerComponent('{app}', () => App);