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

5 lines
150 B
JavaScript

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