Files
react-native-fast-image/ReactNativeFastImageExample/index.js
T
Dylan Vann b206c50028 Move example files to src.
I don't remember why I put these in FastImage in the first place.
2018-05-09 22:13:18 -04:00

5 lines
144 B
JavaScript

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