Trouble requiring image module in React Native

前端 未结 7 1963
别那么骄傲
别那么骄傲 2020-12-13 08:39

Just getting started with React-Native and I\'m having some trouble requiring a static image.

Here\'s the very-basic code I have so far:

\'use strict\'         


        
7条回答
  •  悲哀的现实
    2020-12-13 09:27

    Since React Native release 0.14 the handling of images has been normalized for iOS and Android and is now different. I could not find any documentation except for this very clear commit note on Github: Document new asset system.

    There's only a screenshot of the proposed documentation:

    Update: There is a link now for the real documentation: https://facebook.github.io/react-native/docs/images.html

提交回复
热议问题