react-native-simple-card-swiper
v1.0.1
Published
Awesome tinder like card swiper for react-native. Highly Customizable!
Downloads
2
Readme
react-native-simple-card-swiper
a simple library for card swiper
Installation
npm install react-native-simple-card-swiper
Props
| Props | Type | |--------------|-------------------| | data | array | | renderCard | func(item, index) | | LeftLabel | node | | RightLabel | node | | onComplete | func | | onSwipe | func(item, index) | | onSwipeLeft | func(item, index) | | onSwipeRight | func(item, index) |