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
avatar
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