我想用 touchableOpacity 创建一个边框半径按钮。
我试过这种风格:
whiteButton : {
borderWidth:1,
overflow : "hidden",
marginTop: "3%",
backgroundColor:"white",
width:"80%",height:"6%",
borderRadius : 20,
borderColor:"white",
marginBottom:10
}
但按钮看起来像这样:
如果我删除溢出:“隐藏”,它看起来像这样:
你有想法吗 ?
编辑 :
将文本的背景颜色设置为透明后,我得到与溢出相同的结果:“隐藏”但文本就在下面这就像我的文本超出了可触摸的不透明度