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