How to customize stream app ?
Opened this issue · 0 comments
I am trying to customize the stream app in my react native project. I want to render a set of json objects other than the default one stream is providing.Following is my JSON
{ "source": { "id": "techcrunch", "name": "TechCrunch" }, "author": "Connie Loizos", "title": "Andreessen Horowitz just closed its second crypto fund", "urlToImage": "https://techcrunch.com/wp-content/uploads/2018/08/GettyImages-906037182.jpg?w=714", "publishedAt": "2020-04-30T19:19:02Z", }, { "source": { "id": null, "name": "Gizmodo.com" }, "author": "Catie Keck", "title": "Travelex Reportedly Paid Ransomware Hackers 285 Bitcoin Worth Over $2 Million", "urlToImage": "https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200/y7yn0ztcocikqjpfsy9g.jpg", "publishedAt": "2020-04-09T21:40:00Z", }, }
Is it possible to render this JSON to form a UI like the below one using stream's feed?
If possible please reply