你好。我的组件的“边界半径”有问题。此问题仅在 Android 7 中出现。
示例代码:
<TouchableScale
onPress={onPress}
style={[styles.container, style]}
onLayout={this.onLayout}
activeScale={0.9}
tension={20}
frinction={2}
useNativeDriver
>
<FastImageBackground
style={styles.imageBackground}
source={
image_sources &&
image_sources.length > 0
? this.imageSource
: image && String(image.match(/\w+$/)) !== 'svg' ? { uri: image } : IconTownStub
}
imageStyle={styles.image}
withGradient
>
CSS imageBackground: { height: w(160), borderRadius: 12, overflow: 'hidden', justifyContent: 'center', backgroundColor: 'rgba(55, 38, 25, 0.3)', },
图片:{ 宽度:'100%',高度:w(160),边框半径:12,},