react-native-animated-dots-carousel icon indicating copy to clipboard operation
react-native-animated-dots-carousel copied to clipboard

Package to configure your dots pagination carousel just like Instagram does

Results 8 react-native-animated-dots-carousel issues
Sort by recently updated
recently updated
newest added

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. ![1](https://github.com/felire/react-native-animated-dots-carousel/assets/33753111/390c3672-7fde-4b55-b703-b0143993d0b4) 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: ![image](https://github.com/felire/react-native-animated-dots-carousel/assets/30500640/bdf9daf7-6948-4f19-9378-938095846108) I need something like that: ![image](https://github.com/felire/react-native-animated-dots-carousel/assets/30500640/d325df2a-6976-4fd2-ab17-3da82699b6b1)

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:...