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