react-native-fast-image/example/index.ios.js

4 lines
121 B
JavaScript
Raw Normal View History

2017-04-18 05:52:09 +00:00
import { AppRegistry } from 'react-native'
import App from './App'
AppRegistry.registerComponent('FastImage', () => App)