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

verticalOrientation not working

Open nazacity opened this issue 1 year ago • 3 comments
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
                            }
    ]}
 />

nazacity avatar Nov 19 '24 11:11 nazacity