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

4 lines
121 B
JavaScript

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