react-native-deck-swiper
react-native-deck-swiper copied to clipboard
tinder like react-native deck swiper
Related: #85
package.json "react-native-deck-swiper": "2.0.5",   
Hi, has anyone add pagination to swiper that works just like FlatList? I mean now, when i want to add new paginated data to Swiper I must rerender Swiper component...
I upgraded my expo project which upgraded my RN version to 0.63.2 When I try to run `npm install react-native-deck-swiper --save` the below error is returned: ``` npm ERR! Found:...
I did a simple example with TouchableOpacity that on press changes the count state from 1 to 2 and displays it as Text, but the new value is not rerendered....
TypeError: null is not an object (evaluating 'cards[index]') Warning: Failed %s type: %s%s, prop, The prop `cards` is marked as required in `Swiper`, but its value is `null`.,
Hi, Thanks for the library maintenance. I am performing actions like onSwipedLeft, onSwipedRight, onTapCard which are working as expected [without any delay] . However, **after performing swipeBack**, there is a...
Hello @webraptor, Id like to ask if there's a way we can reload the swiper with a new list of cards ? I tried Setting state in the component like...
onSwiping gives x,y values but when horizontalSwipe or verticalSwipe is false x or y value will be zero. So, to get swipe direction when horizontalSwipe or verticalSwipe is false I...
Found this bug while using a Slider inside the deck swiper. As I started to slide, I would also swipe. Solution was to pass up disable swipe event when slider...