ChernenkoDmitriy
Results
3
comments of
ChernenkoDmitriy
Same here, I add everything to. MainActivity
I fix it in next way -> **onClick={() => swiperRef.current?.swiper.slideToLoop(index)}** const swiperRef = useRef(null); return ( {personas.map((item, index) => ( swiperRef.current?.swiper.slideToLoop(index)}** key={item.id} > ))} );