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

5 lines
120 B
JavaScript
Raw Normal View History

2017-11-30 03:32:48 +00:00
import { AppRegistry } from 'react-native'
import App from './App'
2017-11-30 03:02:37 +00:00
2017-11-30 03:32:48 +00:00
AppRegistry.registerComponent('example', () => App)