Android
Which versions are you using:
The dots will move . Like an example.

The dots can't move . and the onMomentumScrollEnd unable to monitor sliding
<Swiper
height={$F.height}
onMomentumScrollEnd={(e, state, context) => console.log('index:', state.index)}
dot={(
<View
style={styles.dot}
/>
)}
activeDot={(
<View
style={styles.activeDot}
/>
)}
paginationStyle={{
bottom: $F.scale(10),
left: null,
right: $F.scale(10),
}}
loop={false}
>
{
this.state.swiperList.map((v, i) => (<SwiperView key={i} cont={v.content} imgsrc={v.img} showCourse={()=>this._changeModal.bind(this,true,'CourseList',v ,i)} />))
}
</Swiper>

And the onTouchStart={(e, state, context) => {console.log(state); }} is undefined
Initial data can not be empty.
Most helpful comment
Initial data can not be empty.