leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.42k stars 2.34k forks source link

ios When first loaded, the swiper displays last page with first dot index. #699

Open super-ax opened 6 years ago

super-ax commented 6 years ago

Which OS ?

Version

Which versions are you using:

Expected behaviour

第一次加载时,swiper应该显示第一个索引的图片

Actual behaviour

第一次加载时,swiper显示最后一个索引的图片

Tzinov15 commented 6 years ago

I am getting this same thing

oNaiPs commented 6 years ago

There seems to be a bug when loop prop is true.

jc4p commented 6 years ago

I believe this is a dupe of #635

windydang26 commented 6 years ago

me too,

evanyz commented 6 years ago

same issue. more detail of my case: Upon loading this component it shows the correct first image with the first dot for a very short time, then it shows the last image instead

ghost commented 6 years ago

Same happening in my case.. any fix for this issue?