React Native ScrollView Carousel with support for iOS and Android.
npm install react-native-scrollview-carouselReact Native Carousel with support for both iOS and Android.
```
npm install react-native-scrollview-carousel --save
``
import Carousel from "react-native-scrollview-carousel";
//...
Type: PropTypes.object
The style that will be applied on the page. For example:
``
Type: PropTypes.number
The index of the initial page. The first page is 0.
Type: PropTypes.func
This function will be called every time the page changes.
Type: PropTypes.number`
How much of the adjacent pages will display.
The MIT License (MIT)
Copyright (c) 2020 Simon Holland Flarup