Skip to content

Commit dcacae5

Browse files
authored
Cross linking back to guides
1 parent bb68917 commit dcacae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/bottom-tab-navigator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar_label: createBottomTabNavigator
66

77
A simple tab bar on the bottom of the screen that lets you switch between different routes. Routes are lazily initialized -- their screen components are not mounted until they are first focused.
88

9+
> For a complete usage guide please visit [Tab Navigation](https://reactnavigation.org/docs/en/tab-based-navigation.html)
10+
911
```js
1012
createBottomTabNavigator(RouteConfigs, BottomTabNavigatorConfig);
1113
```

0 commit comments

Comments
 (0)