1.0.1 • Published 4 years ago
react-native-simple-card-swiper v1.0.1
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) |