react-native-animated-dots-carousel
react-native-animated-dots-carousel copied to clipboard
verticalOrientation not working
trafficstars
react native 0.76.2 react-native-gesture-handle 2.21.0 react-native-animated-dots-carousel 2.0.0
<AnimatedDotsCarousel
length={2}
currentIndex={index}
maxIndicators={1}
activeIndicatorConfig={styles.activeIndicator}
inactiveIndicatorConfig={styles.inactiveIndicator}
verticalOrientation
decreasingDots={[
{
config: { color: COLORS.gray[1], margin: 3, opacity: 0.6, size: 8 },
quantity: 1
}
]}
/>