You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-5.x/navigation-container.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,41 @@ See [configuring links guide](configuring-links.md) for more details on how to c
120
120
121
121
React Element to use as a fallback while we resolve the deep link. Defaults to `null`.
122
122
123
+
### `documentTitle`
124
+
125
+
By default, React Navigation automatically updates the document title on Web to match the `title` option of the focused screen. You can disable it or customize it using this prop. It accepts a configuration object with the following options:
126
+
127
+
#### `enabled`
128
+
129
+
Whether document title handling should be enabled. Defaults to `true`.
130
+
131
+
#### `formatter`
132
+
133
+
Custom formatter to use if you want to customize the title text. Defaults to:
0 commit comments