react-navigation / react-navigation/react-navigation.github.io
Document params passing behavior in navigators
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 324
- 分支
- 2k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
https://github.com/react-navigation/react-navigation/issues/5646
answer i give is:
the route that you navigate to receives the params, not any of its children.
this rfc could help: react-navigation/rfcs#68
more discussion on this here: react-navigation/rfcs#43
we should document this.props.navigation.dangerouslyGetParent().getParam(...) as a way to get the params from the parent, or provide a method that gets params from the parent without the word dangerously maybe...
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先從所引用的 issue #5646 以及 RFCs 68 和 43 開始,接著檢查 navigator route parameters 的文件入口。記錄 params 會傳遞給被導覽到的 route,而不是其子項目,並釐清使用 this.props.navigation.dangerouslyGetParent().getParam(...) 存取 parent-param 的相關討論。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, react, react-native
- 領域
- documentation, mobile-dev
- Issue 類型
- 文件
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100