React Native - Image Require Module using Dynamic Names

前端 未结 14 1072
夕颜
夕颜 2020-11-22 11:29

I\'m currently building a test app using React Native. The Image module, thus far has been working fine.

For example, if I had an image named avatar, th

14条回答
  •  孤城傲影
    2020-11-22 12:07

    you can use

    
    

    to show image.

    from:

    https://facebook.github.io/react-native/docs/images.html#images-from-hybrid-app-s-resources

提交回复
热议问题