react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

Issue with rendering. Swiper is blank until manually swiped

Open kchangch opened this issue 4 years ago • 7 comments

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?

Screen Shot 2020-06-26 at 10 59 37 PM

kchangch avatar Jun 27 '20 06:06 kchangch

I had a similar issue where I had to add removeClippedSubviews={false} to the swiper component for it to work.

tameem92 avatar Jun 28 '20 02:06 tameem92

I had a similar issue where I had to add removeClippedSubviews={false} to the swiper component for it to work.

This works perfectly! Thanks

kchangch avatar Jun 28 '20 17:06 kchangch

Took me some hours to workaround it and yet the solution was much easier and more recently posted. Thanks a lot!

harrigee avatar Jul 06 '20 11:07 harrigee

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?

kendallroth avatar Oct 05 '20 18:10 kendallroth

We are on the current version (1.6.0) and indeed adding removeClippedSubviews={false} fixed the issue.

EasiGregory avatar Oct 06 '20 16:10 EasiGregory

Happens to me too. removeClippedSubviews={false} doesn't fix it for me...

Nesh108 avatar Oct 22 '21 20:10 Nesh108

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

developergrizzly avatar Apr 08 '22 05:04 developergrizzly