Closed yagovv closed 1 month ago
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.
alignItems: 'center'
I addressed here https://github.com/felire/react-native-animated-dots-carousel/pull/10. Even though I was unable to reproduce it, that line of code does not affect to any functionality
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.