react-native-looped-carousel
react-native-looped-carousel copied to clipboard
Problem with going back via the bullets
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).
Thanks @robertkirsz nice catch