2017-11-29 22:32:48 -05:00

5 lines
120 B
JavaScript

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