mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-09-02 14:51:07 +00:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
import { AppRegistry } from 'react-native'
|
|
import App from './src/App'
|
|
|
|
AppRegistry.registerComponent('ReactNativeFastImageExample', () => App)
|