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