react-native-animated-dots-carousel
react-native-animated-dots-carousel copied to clipboard
[Fix] Dots alignment when no decreasing dots are present
trafficstars
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: 'center' to the CarouselDots container style fixes the issue.