我正在使用本机库来创建圆形图标按钮。
当图标较小时,它可以正常工作:
<Button
rounded
style={{
borderRadius : 32,
width : 64,
height : 64,
}}
>
<Icon
name="bell"
type="MaterialCommunityIcons"
style={{
fontSize: 35,
marginLeft : 14
}}
/>
</Button>
<Button
rounded
style={{
borderRadius : 32,
width : 64,
height : 64,
}}
>
<Icon
name="bell"
type="MaterialCommunityIcons"
style={{
fontSize: 60, //bigger icon
marginLeft : 3
}}
/>
</Button>
答案 0 :(得分:-1)
您可以将图像包装在TouchableOpacity中,使其作为按钮
PropertyReferenceException