Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
@acopetkovic
Just use onSnapToItem prop to get active index, and compare if card is active (index === activeIndex) - show buttons, if is not active - hide.
Is it possible to show the buttons only on active item and the items that are not active don't have any buttons?