react-native-ezswiper
react-native-ezswiper copied to clipboard
android 开发过程有问题
card swiper 在android上开发过程中,swiper在滑动到断点(['0', '1' ,'2','3'],在0和3的切换时)的时候会闪一下
还有就是android开发环境中到了最后一个元素后不能自动轮播, 就停止在哪里
<EZSwiper style={{width: width,height: 150,backgroundColor: 'white'}} dataSource={this.dataSource} width={ width } height={150 } loop={true}
autoplayTimeout={2}
cardParams={{cardSide:width*0.867, cardSmallSide:150*0.867,cardSpace:width*(1-0.867)/2*0.2}}
renderRow={this.renderImage}
// onPress={this.onPressRow}
// ratio={0.867}
/>