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

8 lines
179 B
JavaScript

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