index.js 126 Bytes Raw Blame History Permalink 1 2 3 4 import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('HelloWorld', () => App);