RN開發快速切換底部導航時react-native-swiper輪播圖組件白屏

目前react-native平臺最好用的輪播圖組件:react-native-swiperreact

最近在項目迭代開發測試中發現一個問題,就是在快速切換APP底部tab導航欄時,集成的輪播圖組件react-native-swiper會白屏,沒法顯示圖片 以下圖所示: image.png 經過查找react-native-swiper的issues發現了,也有人遇到這個問題,最終找到了解決方案: 給組件Swiper添加一個屬性便可:git

removeClippedSubviews={false}

添加位置如圖所示: image.pnggithub

我的網站:https://wayne214.github.ioreact-native

相關文章
相關標籤/搜索