ReactNative IOS下Image标签加载网络图片不显示

<Image 
        style={styles.imgStyle} source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}>
    </Image>
复制代码

react native 官网指出react

解决方案:

1.使用https下的图片资源git

2.在Xcode项目中找到 github

添加设置

相关文章
相关标签/搜索