Dylan Vann fddee2c583
Show local images.
Show local images on iOS and Android.
2018-06-09 22:12:56 -04:00

5 lines
153 B
JavaScript

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