UNPKG

react-native-carousel-wrapper

Version:

This library is React Native wrapper of popular Native carousel library [iCarousel](https://github.com/PhilJay/MPAndroidChart) for ios and [CarouselLayoutManager](https://github.com/Azoft/CarouselLayoutManager), [Coverflow](https://github.com/crosswall/A

5 lines (3 loc) 123 B
import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('example', () => App);