react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

tinder like react-native deck swiper

Results 72 react-native-deck-swiper issues
Sort by recently updated
recently updated
newest added

package.json "react-native-deck-swiper": "2.0.5", ![Screen Shot 2022-07-08 at 5 43 47 PM](https://user-images.githubusercontent.com/11864209/177965140-0c61a81a-0618-4e3d-8c4d-49c2707c4185.png) ![Screen Shot 2022-07-08 at 5 44 08 PM](https://user-images.githubusercontent.com/11864209/177965194-431e2d15-f006-48e0-aacf-7b1841c58a4e.png) ![Screen Shot 2022-07-08 at 5 44 20 PM](https://user-images.githubusercontent.com/11864209/177965221-5a5f01ec-1ef0-42c1-8af0-903f03e29d11.png)

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:...

enhancement
anyone interested?

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...