react-native-ezswiper icon indicating copy to clipboard operation
react-native-ezswiper copied to clipboard

android 开发过程有问题

Open poison8 opened this issue 6 years ago • 1 comments

card swiper 在android上开发过程中,swiper在滑动到断点(['0', '1' ,'2','3'],在0和3的切换时)的时候会闪一下 还有就是android开发环境中到了最后一个元素后不能自动轮播, 就停止在哪里 untitled

poison8 avatar Nov 18 '18 08:11 poison8

<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}                    
           />

poison8 avatar Nov 18 '18 09:11 poison8