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

5 lines
159 B
JavaScript

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