5 lines
153 B
JavaScript
Raw Permalink Normal View History

2018-03-17 23:25:49 -04:00
import { AppRegistry } from 'react-native'
import App from './src/App'
2018-03-17 20:55:27 -04:00
2018-03-17 23:25:49 -04:00
AppRegistry.registerComponent('ReactNativeFastImageCocoaPodsExample', () => App)