ios 11.2.5
Which versions are you using:
it does work well in ios and android
it does work well in android but it does not work well in ios
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
-
1.i setup swiper like this:
activeDotColor={'white'}
autoplayTimeout={3}>
{this.renderBannerView()}
2.i set 3
3.when i use
need help
when i use
need help network image url
@yupuyang 大哥,都是中国人,就说中文吧,你也遇到这个情况了?
Yes, facing the same issue on iOS
In my case, solved by adding length of array, as mentioned in #720
<Swiper
key={this.state.image.length}
style={styles.swiper}
>
wocao, 我的是网络请求回来不会自动滚动了,楼上正解啊
wocao, 我的是网络请求回来不会自动滚动了,楼上正解啊
nice !!!
流皮
66666!
中国开发包围这个问题了
In my case, solved by adding length of array, as mentioned in #720
<Swiper key={this.state.image.length} style={styles.swiper} >
i love you
Most helpful comment
In my case, solved by adding length of array, as mentioned in #720