Can't show Image in React Native

后端 未结 13 2669
半阙折子戏
半阙折子戏 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条回答
  •  心在旅途
    2020-12-05 23:49

    I had exactly the same problem and my solve was to set what you've got as var styles = ... to const styles = ... and that's it this solved my problem.

提交回复
热议问题