react-native-adl-carousel
v0.1.1
Published
Simple and easy react native carousel package.
Downloads
3
Readme
react-native-adl-carousel
Simple and easy react native carousel package.
Installation
npm install react-native-adl-carousel
Usage
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