2018-03-17 23:25:49 -04:00
|
|
|
import { AppRegistry } from 'react-native'
|
2018-06-09 22:12:56 -04:00
|
|
|
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)
|