Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

How to customize stream app ?

未關閉
#29 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
25/100
Issue 類型
功能
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
javascript, react-native
領域
mobile

研究方向

未指定檔案、測試或進入點;請先定位 React Native 範例中的 feed 渲染程式碼,並檢查其 feed 資料如何對映到 UI。完成的標準是確認一條用於在所示版面中渲染所提供文章物件的實作路徑,並更新相關範例或文件。

由索引模型根據 Issue 內容生成。

描述

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

主要語言
JavaScript
星號
339
分支
193
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

GetStream/react-native-example 的其他 Issue

查看 GetStream/react-native-example 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。