Can't show Image by URI in React Native iOS Simulator

后端 未结 5 1582
情话喂你
情话喂你 2020-12-17 19:12

I\'m using react-native 0.28.0

I\'m trying to show an image on iPhone simulator according to this tutorial: http://www.appcoda.com/react-native-introduction/

5条回答
  •  心在旅途
    2020-12-17 19:28

    Here is a possible way on how to know if your image will be displayed: copy image uri and paste it to you browser (safari, chrome, etc) -> if you do not see your image, then it probably won't displayed by your phone

提交回复
热议问题