react-native-swiper
react-native-swiper copied to clipboard
Issue with rendering. Swiper is blank until manually swiped
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.
Happens to me too. removeClippedSubviews={false} doesn't fix it for me...
I had a similar issue where I had to add removeClippedSubviews={false} to the swiper component for it to work.
yes, its works for me