react-native-simple-card-swiper
v1.0.1
Published
Awesome tinder like card swiper for react-native. Highly Customizable!
Downloads
11
Readme
react-native-simple-card-swiper
a simple library for card swiper

Installation
npm install react-native-simple-card-swiperProps
| 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) |
