react-navigation / react-navigation/react-navigation.github.io

Incomplete documentation on optional parameters with deep linking and path

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

還沒有人認領這個 Issue。

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

描述

Current Behavior

According to tutorials and documentation I managed to gather online, this piece of code should allow for an optional parameter param2, but it seems that it doesn't work and the path is never matched.

 ex: {
        screen: Screen,
      },
    path: "ex/:param1(/:param2)",
  },```

### Expected Behavior

I hoped here that different paths would be matched like:
- app://ex/p1
- app://ex/p1/p2

Both paths should have been matched according to my understanding of the `path` keyword (almost absent from the documentation, hence the issue).

### Your Environment

| software         | version
| ---------------- | -------
| react-navigation | 4.0.10
| react-native     | 0.61.3
| node             | n/a
| npm or yarn      | n/a

貢獻指南

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

從這裡開始

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

研究方向

從 issue 中描述的 deep-linking 文件和 path 設定範例開始。檢查 react-navigation 4.0.10 如何記錄選用參數,並驗證 ex/p1ex/p1/p2 路徑。完成標準是文件清楚地說明支援的語法和預期的比對行為。

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

評估

技術堆疊
javascript, react, react-native
領域
documentation, mobile
Issue 類型
文件
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
32/100

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

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