Open Talkwondo opened 6 years ago
this is something that I miss here.
I want to take a uri photo from my data. const dataObjects = [ { title: 'just a title', photo: {uri: "http://google.com/picture.jpg"},
}, ]
and in the listView:
{rowData.title}
and the picture is not show. only if I use require('../images/....png') it is work.
can someone help to to get url picture to my data?
Thanks
same issue
this is something that I miss here.
I want to take a uri photo from my data. const dataObjects = [ { title: 'just a title', photo: {uri: "http://google.com/picture.jpg"},
and in the listView:
{rowData.title}
and the picture is not show. only if I use require('../images/....png') it is work.
can someone help to to get url picture to my data?
Thanks