react-native-adl-carousel
v0.1.1
Published
Simple and easy react native carousel package.
Downloads
4
Readme
react-native-adl-carousel
Simple and easy react native carousel package.
Installation
npm install react-native-adl-carouselUsage
import ImageCarousel from 'react-native-adl-carousel';
// ...
let images = ['image one url', 'image two url']
<ImageCarousel images={images}/>Other Props:
imageHeight: number
inActiveDot: string ('black')
activeDot: string ('white')
containerHorizontalPadding: number
borderRadius: number
License
MIT
