react-native-card-stack-swiper icon indicating copy to clipboard operation
react-native-card-stack-swiper copied to clipboard

Tinder like react-native card stack swiper

Results 50 react-native-card-stack-swiper issues
Sort by recently updated
recently updated
newest added

I have tried installing it on sdk45 and 44 but it is not installing. It always through error while installing. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve...

Hey @lhandel , Great work by you in this package, I really appreciate your effort. Does anyone know how can I refresh only a single card somehow? Thanks in advance!

Hey! I want to render an absolute view over the cardstack. I have not been able to render anything over the cards. I feel like I've tried everything. How can...

Unable to install because of version bug so updated: - react: "^16.0.0-beta.5" ---> "^17.0.0" - react-native: "^0.49.1" ---> "^0.64.0"

I am currently building an open source application called [swiperr](https://ollisco.github.io/swiperr/) with the [repo here](https://www.github.com/ollisco/swiperr). CardStack located att [CardStackHandler.tsx](https://github.com/ollisco/swiperr/blob/main/components/card-components/CardStackHandler.tsx) My problem is that i cant seem to get the cards to...

Hi, I'm trying to map custom index on "CARD" of card stack swiper using map function. But when i try to onSwipedLeft in CARD its not working even console.log so...

Passing ref props in CardStack gives an error ref = {this.swiper = swiper } this gives an error

Hello..I am implementing this package for my project. But unfortunately initialIndex does not work. I wanted to start from provided card index. Here is my example. ```js RenderNoMoreCards()} initialIndex={2} //...

![Simulator Screen Shot - iPhone 11 - 2020-08-17 at 12 28 40](https://user-images.githubusercontent.com/69786083/90367631-a82d4500-e086-11ea-89bd-b215ad48d3f0.png) Hello, I Want to reload particular index object reload, I'm using setState for changing array data but card...

Hello @lhandel , I really appreciate your work, but I'm having one issue when I update some states it is NOT being updated inside card. Can you please guide me...