<View> <Image style={{ height:67,width: width} source={Images.header_bachkground}/> </View>
现在我的问题是:有没有办法直接在视图上设置背景图像,如:
<View style={{ height:67,width: width} source={Images.header_bachkground}> </View>
上面的代码对我不起作用.
参见this.