React-native-swiper: ios .navigator to next page and back,it will be white

Created on 2 Nov 2016  Â·  4Comments  Â·  Source: leecade/react-native-swiper

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

Most helpful comment

Try setting the props removeClippedSubviews={false}, don't do this if you have many slides, may introduce performance issues.

All 4 comments

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...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

agzuniverse picture agzuniverse  Â·  3Comments

kliuj picture kliuj  Â·  3Comments

gwhite-dayspring picture gwhite-dayspring  Â·  3Comments

diegolmello picture diegolmello  Â·  3Comments

commit-master picture commit-master  Â·  3Comments