gpt4 book ai didi

react-native - 带有边框的 React Native 圆形图像

转载 作者:行者123 更新时间:2023-12-03 11:07:20 25 4
gpt4 key购买 nike

我想创建一个带边框的圆形图像。如果我添加 borderColor: 'green', borderWidth:1 , 边框仅在圆形图像的左上角可见。

enter image description here

<TouchableHighlight
style={[styles.profileImgContainer, { borderColor: 'green', borderWidth:1 }]}
>
<Image source={{ uri:"https://www.t-nation.com/system/publishing/articles/10005529/original/6-Reasons-You-Should-Never-Open-a-Gym.png" }} style={styles.profileImg} />
</TouchableHighlight>

export default styles = StyleSheet.create({
profileImgContainer: {
marginLeft: 8,
height: 80,
width: 80,
borderRadius: 40,
},
profileImg: {
height: 80,
width: 80,
borderRadius: 40,
},
});

最佳答案

overflow: 'hidden'图像容器解决了这个问题。

关于react-native - 带有边框的 React Native 圆形图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50086665/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com