|
@@ -30,7 +30,7 @@ These methods are called when a component is being removed from hierarchy
|
30
|
30
|
|
31
|
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
|
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
|
|