ReactNative IOS下Image標籤載入網路圖片不顯示

漲月薪發表於2018-04-12
    <Image 
        style={styles.imgStyle} source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}>
    </Image>
複製程式碼

react native 官網指出

ReactNative IOS下Image標籤載入網路圖片不顯示
解決方案:

1.使用https下的圖片資源

2.在Xcode專案中找到

ReactNative IOS下Image標籤載入網路圖片不顯示
新增設定

ReactNative IOS下Image標籤載入網路圖片不顯示

相關文章