我对View
组件有疑问,这是一种对本机层结构的反应。看下面的代码:
<View>
<Image /> //this is my background image.
<View></View> //this is just making a border.
<Image /> //this is my small logo image with .png format.
</View>
外观如下:
因此,我想要将logo image
组件放在border
上时,与border
相交的logo image
必须是不可见的。另一方面,border
的其他部分必须可见。有可能做吗?如果有可能,我该怎么做?