Files
react-native-fast-image/ReactNativeFastImageExample/index.js
T

5 lines
150 B
JavaScript
Raw Normal View History

2018-03-17 20:55:27 -04:00
import { AppRegistry } from 'react-native'
import App from './FastImage/App'
2018-03-17 20:36:40 -04:00
2018-03-17 20:55:27 -04:00
AppRegistry.registerComponent('ReactNativeFastImageExample', () => App)