react-native-card-carousel
infinite card style carousel for react-native project
Demo
Install
npm install react-native-card-carousel --save
Usage
<CarouselCard
data = {itemArr}
onPress = {item => {}}
contentRender = {item => {
return <CustomView item = {item} />;
}}
/>