tagfer-app/index.js
2018-12-26 21:17:10 -08:00

6 lines
167 B
JavaScript

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