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

tinder like react-native deck swiper

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

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

Here is an example of a card overflowing the parent container: ![image](https://user-images.githubusercontent.com/42141100/80873583-9b403d80-8cb1-11ea-92ec-58052e7ac58e.png) Is there any way to fix this? I tried using _position: relative_ on the parent container and tried...

hi I have a question how can I force swiper to reRender? (I change my state that I use for swiper data but it does not reRender)

Hello, is it possible to play a video instead of displaying an image or text? I can't seem to get videos to work. Link to issue - https://stackoverflow.com/questions/70865106/how-to-play-a-video-inside-a-deck-swiper

# Issue When dynamically adding elements to the Swiper card prop, the newly added properties will not appear on the screen. ## Longer Description My issue comes from the following...

Hi guys! Thank you by the way for the awesome swiper component. I just found something when I used this. When only one card is rendered a warning is shown....

If I use the infinite option it brings up the warning of unique keys, since I assume it adds unique cards multiples times. Is there an easy to prevent the...

Version: 1.5.25 Expected result: - Call a method programmatically: this.swiper.swipeLeft => Left label will be shown as well Actual result: - Labels aren't shown.

When I use it in app.js file it works, but when I use it in a screen and create a navigator of it the swiping doesn't work

It gives an error `requirenativecomponent RNOverflow was not found in the uimanager` which means it can't link to native code as `react-native-view-overflow` requires us to do `react-native link`. Why do...