from have swipper component page , when navigate to other page,some time ago,back to pre page,the swiper component will be blank and white,then to be normal
Try setting the props removeClippedSubviews={false}, don't do this if you have many slides, may introduce performance issues.
I had an issue like this when dynamically adding pages with redux. @johnsonsu's answer solved this
Even I solved this issue on iOS with the solution recommended by @johnsonsu Amazing!
I had a complete random issue where Swiper contents would sometimes not be shown on iOS.
@johnsonsu's solution fixed it. Man would I like to buy you a beer...
Most helpful comment
Try setting the props
removeClippedSubviews={false}, don't do this if you have many slides, may introduce performance issues.