为什么`contains`图像没有填充React Native中的容器?

时间:2016-02-04 07:33:37

标签: flexbox react-native

当我应用网络图像时,例如

<View style={{flex:1, backgroundColor:"black"}}>
    <Image resizeMode="contain" 
     source={{uri : "http://a-url-of-600x400-image.jpg"}} 
     style={{flex:1}}/>
</View>

似乎无法通过contain模式填充容器。我真正得到的是, enter image description here

填充容器的唯一方法是使用大图像,例如1000x800。

有什么想法吗?

2 个答案:

答案 0 :(得分:0)

应为 @Override public void onClick(View v) { switch (v.getId()) { case R.id.txtGooglePlus: latestGooglePlus(); break; default: break; } }

答案 1 :(得分:0)

这是Android上的一个错误,应该通过此拉取请求修复:https://github.com/facebook/react-native/pull/5738