mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
8 lines
179 B
JavaScript
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)
|