我想将Icon
放在屏幕中间的圆圈Touchable
内,理想情况下Icon
将完全占据整个Touchable
,但确实不是。
<Touchable style={{alignSelf:'center',width:50,height:50,borderRadius:25,borderWidth:1}}>
<Ionicons style={{alignSelf:'center'}} size={50} name="ios-add-circle">
</Touchable>
Icon
比外面的Touchable
小,我应该如何布置呢?