🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An infinite card style carousel for your react-native project.

Carousel React Native

Documentation

react-native-card-carousel

infinite card style carousel for react-native project


Demo



Install

npm install react-native-card-carousel --save


Usage

import CarouselCard from 'react-native-card-carousel'  <CarouselCard     height={250}     autoplay     interval={4000}     data={itemArr}     onPress={item => {}}     contentRender={item => <CustomView item = {item} />} />

You May Also Like