yjy5264 / react-native-card-carousel

infinite card style carousel for react-native project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%