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

Problem with going back via the bullets

Open robertkirsz opened this issue 9 years ago • 1 comments

There is a problem with manual navigation via the bullets. Going forward is working as expected, but there are some problems with going backward. You can see this in the example app, just add bullets={true} prop to the Carousel. For example - when you go from the third screen to the second, the first one is visible for a brief moment during the transition. Also, clicking on the active bullet triggers the animation, but that should be easy to fix (return if clicked button is active or something like this).

robertkirsz avatar Oct 18 '16 20:10 robertkirsz

Thanks @robertkirsz nice catch

phil-r avatar Oct 18 '16 21:10 phil-r