瀏覽代碼

Fix broken links to api sections

Fix #6179
Guy Carmeli 5 年之前
父節點
當前提交
d523ca54a6
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      website/docs/docs-modal.mdx
  2. 1
    1
      website/docs/docs-screen-lifecycle.mdx

+ 1
- 1
website/docs/docs-modal.mdx 查看文件

123
 
123
 
124
 ## Presentation Style
124
 ## Presentation Style
125
 
125
 
126
-The [presentation style](options-root.mdx#modalpresentationstyle) determines the look and feel of a screen displayed as modal.
126
+The [presentation style](/react-native-navigation/api/options-root#modalpresentationstyle) determines the look and feel of a screen displayed as modal.

+ 1
- 1
website/docs/docs-screen-lifecycle.mdx 查看文件

30
 
30
 
31
 ### Modal
31
 ### Modal
32
 
32
 
33
-When a modal is displayed, depending on the [modalPresentationStyle](options-root.mdx#modalpresentationstyle), content behind it might be detached from hierarchy. This affects the visibility events which are emitted to the content behind the modal.
33
+When a modal is displayed, depending on the [modalPresentationStyle](/react-native-navigation/api/options-root#modalpresentationstyle), content behind it might be detached from hierarchy. This affects the visibility events which are emitted to the content behind the modal.
34
 
34
 
35
 When Modals with `pageSheet` or `overCurrentContext` modalPresentationStyle are displayed, previous content is still visible to the user. Thus `componentDidDisappear` event is **not** emitted.
35
 When Modals with `pageSheet` or `overCurrentContext` modalPresentationStyle are displayed, previous content is still visible to the user. Thus `componentDidDisappear` event is **not** emitted.
36
 
36