<Image
style={styles.imgStyle} source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}>
</Image>
複製程式碼
react native 官網指出
解決方案:1.使用https下的圖片資源
2.在Xcode專案中找到
新增設定 <Image
style={styles.imgStyle} source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}>
</Image>
複製程式碼
react native 官網指出
解決方案:1.使用https下的圖片資源
2.在Xcode專案中找到
新增設定