react-native-animated-dots-carousel
react-native-animated-dots-carousel copied to clipboard
Package to configure your dots pagination carousel just like Instagram does
I think this is a pretty simple change, but could you add the animation duration to go from one dot to the next as a prop? In the code it...
I'm using react-native-animated-dots-carousel and set the config: ```length: 8; maxIndicator: 5;``` when I set `currentIndex = 0` for render for the first time the `decreasingDots` worked correctly.  But if...
Hello, I am currently utilizing the "react-native-animated-dots-carousel" in my React Native project and have stumbled upon an issue with the maxIndicators property. **Description of the Issue**: When the number of...
The component renders incorrect when using initial currentIndex different than 0.
Hey @felire , how i can always center dots, maybe you can help me with it? Initially they not center:  I need something like that: 
In the case that the length of the items array is smaller than the minimum required to show the decreasing dots, the alignment is incorrect: Before: After: Applying a `alignItems:...
Getting an issue on sentry with the latest version where there are instances where an undefined `type` variable in `react-native-animated-dots-carousel/src/CarouselDots/Dot/index.tsx ` ends up crashing my app. This was never an...
react native 0.76.2 react-native-gesture-handle 2.21.0 react-native-animated-dots-carousel 2.0.0 ``` ```