react-native-adl-carousel
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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


Package Sidebar

Install

npm i react-native-adl-carousel

Weekly Downloads

7

Version

0.1.1

License

MIT

Unpacked Size

21.5 kB

Total Files

17

Last publish

Collaborators

  • aadil.dev