React native React native无法加载映像

React native React native无法加载映像,react-native,React Native,``` 从本机库导入{缩略图} https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg'}}/> ``` 我在手机上看不到图像。但如果我更改域名,它会正常工作。请注意,此域名没有防盗链。为什么?如果您的问题建议您使用native base的缩略图,谁可以帮助我 <Thumbnail small square source={{uri: "https://www.shepnt.com/File/Headface

``` 从本机库导入{缩略图}

https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg'}}/>

```
我在手机上看不到图像。但如果我更改域名,它会正常工作。请注意,此域名没有防盗链。为什么?如果您的问题建议您使用native base的缩略图,谁可以帮助我

<Thumbnail small square source={{uri: "https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg"}} />

你之前面临的问题是什么?嗯,我的应用程序无法在上面加载图像
<Image
      style={{width: 50, height: 50}}
      source={{uri: 'https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg'}}
    />