leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.37k stars 2.35k forks source link

Swiper flickers after reaching the last photo and looping back around to the first #454

Open shireen opened 7 years ago

shireen commented 7 years ago

swiper component flickers after the user has viewed all photos in the album and it loops back around to the first photo. The flicker only happens with the first photo is viewed a 2nd time. Any ideas on how to remove this flicker? Thanks!

em222iv commented 7 years ago

+1

ganlanshu0211 commented 6 years ago

seems the pictrue was reloaded when goto another loop

CPPAlien commented 6 years ago

It seems has been solved in https://github.com/leecade/react-native-swiper/commit/838b24cbeaf49b9ca1dabb4eed8305e314503fb1. But the problem still happened in V 1.5.13 。

evanjmg commented 6 years ago

+1

patrick-ngo commented 6 years ago

has anyone found a workaround for this?

ghost commented 5 years ago

+1

pedrolopes10 commented 3 years ago

still happens

melo213 commented 3 years ago

add props "removeClippedSubviews={false}" to Swiper worked for me