2018-09-23 19:26:37 -04:00

8 lines
179 B
JavaScript

/** @format */
import {AppRegistry} from 'react-native';
import App from './src';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);