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

5 lines
144 B
JavaScript

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