React Native - Image Require Module using Dynamic Names

前端 未结 14 1137
夕颜
夕颜 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:17

    I know this is old but I'm going to add this here as I've found this question, whilst searching for a solution. The docs allow for a uri: 'Network Image'

    https://facebook.github.io/react-native/docs/images#network-images

    For me I got images working dynamically with this

    
    

提交回复
热议问题