您好我无法在指南后呈现电影海报的图像。我多次检查过,但仍然无法找出图片无法显示的原因。
这是要点:https://gist.github.com/josephan/3b73f894ebe10244e2cd6b1315ac65d8
并指导:https://facebook.github.io/react-native/docs/sample-application-movies.html#content
答案 0 :(得分:0)
您正在通过http连接加载图像,这在iOS上无法使用。您必须通过https连接加载它。尝试使用https URI并检查其是否正常工作。
另请参阅此帖React-native loading image over https works while http does not work和此帖Can't show Image by URI in React Native iOS Simulator