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