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

5 lines
120 B
JavaScript

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