mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
import { AppRegistry } from 'react-native'
|
|
import App from './FastImage/App'
|
|
|
|
AppRegistry.registerComponent('ReactNativeFastImageExample', () => App)
|