mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
11 lines
221 B
JavaScript
11 lines
221 B
JavaScript
/**
|
|
* @format
|
|
*/
|
|
|
|
import 'react-native-gesture-handler'
|
|
import { AppRegistry } from 'react-native'
|
|
import App from './src'
|
|
import { name as appName } from './app.json'
|
|
|
|
AppRegistry.registerComponent(appName, () => App)
|