react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

The loop simply stops while swiping right when it reaches the 3rd index

Open RuzenDev opened this issue 1 year ago • 5 comments

Is this a bug report, a feature request, or a question?

Its a question or a bug maybe. When I swipe to the right with loop on and loopClonesPerSide to be default 3, it simply stops at index 2 . However it does work smoothly while swiping to the left.

Cna somebody please tell me what could be the problem?

Have you followed the required steps before opening a bug report?

(Check the step you've followed - put an x character between the square brackets ([]).)

Have you made sure that it wasn't a React Native bug?

Yes its not. It probably with the loopClonesOerSide. When I increase it, it does work but too much rendering makes the app not work again.

Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?

Android only

Is the bug reproductible in a production environment (not a debug one)?

(Write your answer here.)

Environment

(Write your answer here.)

Expected Behavior

I want to loop it infinitely

Actual Behavior

The loop just ends while swiping right.

(Write what happened. Add screencasts/screenshots!)

Reproducible Demo

(Paste the link to a Snack example in which the issue can be reproduced. Please follow the guidelines for providing a Minimal, Complete, and Verifiable example.)

Steps to Reproduce

(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.)

RuzenDev avatar Jul 05 '23 22:07 RuzenDev

Facing the same issue any solution ?

shahzaib803 avatar Jul 31 '23 20:07 shahzaib803

me too!

BoyYangzai avatar Oct 31 '23 20:10 BoyYangzai

me too

nassimmiled avatar Nov 06 '23 03:11 nassimmiled

me too

sravansasi91 avatar Nov 14 '23 08:11 sravansasi91

set property "loopClonesPerSide" = length of your data

thien0110 avatar Jan 02 '24 07:01 thien0110