react-native-banner-carousel icon indicating copy to clipboard operation
react-native-banner-carousel copied to clipboard

给图片加上点击事件的处理

Open ynlh opened this issue 6 years ago • 1 comments

<TouchableWithoutFeedback style={styles.touchables} onPress={() => this.onBannerClick(index)}> <Image style={{ width: screenWidth, height: 200 }} source={{ uri: image }} /> </TouchableWithoutFeedback>

当用户按住图片时,照理来说自动轮播图片应该停止,但实际是继续轮播,体验很奇怪

ynlh avatar May 07 '18 10:05 ynlh

复现了,应该是手势事件冲突了,我这边看看

f111fei avatar May 07 '18 10:05 f111fei