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

10 lines
183 B
JavaScript
Raw Normal View History

/**
* @format
*/
import { AppRegistry } from 'react-native'
import App from './src'
import { name as appName } from './app.json'
AppRegistry.registerComponent(appName, () => App)