index.js 126 Bytes
import { AppRegistry } from 'react-native';
import App from './App';

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