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?