In React Native, I am trying to display an image that I retrieve from a fetch (I hard-coded the value here for the purpose of the example):
<Image
source={uri:{'http://books.google.com/books/content?id=sNyBrgEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api'}}
/>
But this won't display anything... any idea how I could do this?
UPDATE the form correct show image when you have a uri :
review documentation oficial https://facebook.github.io/react-native/releases/0.21/docs/image.html