import { AppRegistry } from 'react-native'; import App from './App'; import './config'; AppRegistry.registerComponent('SimpleExample', () => App);