Swiper/index.js
2022-12-18 18:32:44 +13:00

10 lines
179 B
JavaScript

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