-
```
* Swiper.js:457:4 in setCardIndex
* Swiper.js:424:22 in incrementCardIndex
* Swiper.js:400:32 in
- .../Libraries/Animated/src/AnimatedImplementation.js:353:33 in cb
- .../Libraries/Anima…
thgil updated
5 years ago
-
With version 1.4.9, the swipe is very slow in android (real device, remote debug mode is off)
Then I tried with 1.4.8, swipe works fine. Please help
-
Hi,
Here is my code instead of static card i want to make it dynamic using the database i am getting the records but the cards state not accepted here is my code.
`import React, { Component } fr…
-
I'm using react-native-deck-swiper (latest version). What I noticed that with every swipe, two cards are swiping despite only one item getting removed from the array. Can anyone tell me why this issue…
-
For example I have 50 cards and I start to swipe all of them to left only by very fast without let the swiping animation finish. in a moment after swiped multiple times and try to drag next card the…
-
Thanks for the awesome library. I am trying to fetch more cards when the cards are almost finished to increase performance. State gets updated with new concatenated cards but the swiper doesn't render…
-
Hello,
I am having an issue with passing array of objects to cards props.
Here is the array of objects that I am trying to pass.
`const cardItem = [
{
name: "PlayStation 4 FIFA 19 Game C…
-
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.
-
Hi,
We need to be able to remove cards onPress a close button from the deck and go to the next one.
Issue being, since we're removing the current card, it jumps two cards ahead.
Any idea?
…
-
I am trying to add new cards to the array when we have reached index which is at 4th position from end, I am updating the array and getting the content in my console but I am not able to re-render Swi…