react-native-cards-swipe icon indicating copy to clipboard operation
react-native-cards-swipe copied to clipboard

Card Stack Swiper implemented with Reanimated 2 and React Native Gesture Handler

Results 9 react-native-cards-swipe issues
Sort by recently updated
recently updated
newest added

I am experiencing the card to flicker. #4 I was debugging the situation and found out that probably related to the render card function. If I log the output of...

Error: Failed to initialize react-native-reanimated library, make sure you followed installation steps here: https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/ also try :npm start -- --reset-cache "react-native-reanimated" : '2.11.0' "react-native-cards-swipe": "^1.2.1", babel.config.js const alias = {'^@/(.+)':...

- Import and export `CardsSwipeRefObject` interface

### Summary - Encountered ReanimatedError: Cannot read property 'CLAMP' of undefined with latest reanimated - Use `Extrapolate` directly instead of `Animated` - Add default value `??` for safer approach Close...

Anyone encountered this issue? I found an issue where I used the latest reanimated, and the app instantly crashed ```"react-native-reanimated": "^3.4.2"``` ![Screenshot 2023-08-23 at 21 41 06](https://github.com/tarasvakulka/react-native-cards-swipe/assets/50010891/802630f9-3e1d-4269-ba5d-6543c1be2eac)

Is there a way to let the user "undo" a swipe?

Hello, I have a project where we are using react-native-cards-swipe to swipe through various cards. I can swipe through the cards on an iOS device, but not on an android...

Hi, I'm actually getting the right data when console.log(card), becaus I get what I expect {"_deleted": null, "_lastChangedAt": 1669560158553, "_version": 3, "address": "etidincididuntadipisicingno", etc...} But if i try to console.log(card.address)...