Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to customize stream app ? #29

Open
LinuiLeaf opened this issue May 4, 2020 · 0 comments
Open

How to customize stream app ? #29

LinuiLeaf opened this issue May 4, 2020 · 0 comments

Comments

@LinuiLeaf
Copy link

LinuiLeaf commented May 4, 2020

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?
news

If possible please reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant