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-7.x/bottom-tab-navigator.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The `Tab.Navigator` component accepts following props:
53
53
54
54
#### `id`
55
55
56
-
Optional unique ID for the navigator. This can be used with [`navigation.getParent`](navigation-prop.md#getparent) to refer to this navigator in a child navigator.
56
+
Optional unique ID for the navigator. This can be used with [`navigation.getParent`](navigation-object.md#getparent) to refer to this navigator in a child navigator.
57
57
58
58
#### `initialRouteName`
59
59
@@ -442,7 +442,7 @@ React.useEffect(() => {
442
442
443
443
### Helpers
444
444
445
-
The tab navigator adds the following methods to the navigation prop:
445
+
The tab navigator adds the following methods to the navigation object:
0 commit comments