Android, haven't tasted on IOS yet
Which versions are you using:
Expected the animation to be smooth when coming back to the first slide
But its flicker once when returning to the first slide
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
I used the example code
Also attaching a GIF file for the same might take some time to load.

Try to set removeClippedSubviews to false.
<RNSwiper
autoplay
loop
removeClippedSubviews={false}
>
That worked for me.
Yes worked ty @VictorioMolina
Most helpful comment
Try to set removeClippedSubviews to false.
That worked for me.