<Image source={{uri: 'https://myserver.com/myproject/images/dog.jpg'}} style={{ height: 200, width: null, flex: 1 }} />
我需要从我的服务器链接一个图像。我可以通过网络浏览器打开链接,但我看不到应用程序中的图像。服务器在cpanel上,我将所有权限设置为0777(尽管这样做不安全)。热链接保护已禁用,但图像仍不显示。
我把图像放在下面 public_html/myproject/images
. 图像具有名称 dog.jpg
,它的类型是 image/x-generic
.
1条答案
按热度按时间kuuvgm7e1#
尝试以下链接: