当我应用网络图像时,例如
<View style={{flex:1, backgroundColor:"black"}}>
<Image resizeMode="contain"
source={{uri : "http://a-url-of-600x400-image.jpg"}}
style={{flex:1}}/>
</View>
填充容器的唯一方法是使用大图像,例如1000x800。
有什么想法吗?
答案 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