index.js 148 Bytes
Newer Older
1 2 3 4 5
import { AppRegistry } from 'react-native';
import App from './App';
import './config';

AppRegistry.registerComponent('SimpleExample', () => App);