gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

can not get uri in ListView #50

Open Talkwondo opened 6 years ago

Talkwondo commented 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

HideOnBushTuT commented 5 years ago

same issue