Solved by myself using a touchEnd event doing this:
onTouchEnd={(swiper) => { setTimeout(() => { swiper.slideToClosest(); }, 300); }}