Can't show Image in React Native

后端 未结 13 2671
半阙折子戏
半阙折子戏 2020-12-05 23:31

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/



        
13条回答
  •  旧时难觅i
    2020-12-05 23:46

    Setting backgroundColor in styles screwed things up for me in iOS simulator. Instead of loading the image, it showed the color.

提交回复
热议问题