Skip to content

yjy5264/react-native-card-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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} />}
/>

About

infinite card style carousel for react-native project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published