Im having this issue where the swiper doesn't render at first when the screen loads. I need to swipe first for it to show. Any ideas of how to fix this?

I had a similar issue where I had to add removeClippedSubviews={false} to the swiper component for it to work.
I had a similar issue where I had to add
removeClippedSubviews={false}to the swiper component for it to work.
This works perfectly! Thanks
Took me some hours to workaround it and yet the solution was much easier and more recently posted. Thanks a lot!
Turns out that adding removedClippedSubviews={false} does resolve this issue! However, I would like to know why it actually happens without the prop change? Any input?
We are on the current version (1.6.0) and indeed adding removeClippedSubviews={false} fixed the issue.
Most helpful comment
I had a similar issue where I had to add
removeClippedSubviews={false}to the swiper component for it to work.