Skip to content

Commit 819e637

Browse files
author
Jacek Grzybowski
committed
update docs/bottom-tab-navigator.md
1 parent 5b504c5 commit 819e637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/bottom-tab-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The route configs object is a mapping from route name to a route config, which t
2020
## BottomTabNavigatorConfig
2121

2222
* `initialRouteName` - The routeName for the initial tab route when first loading.
23+
* `resetOnBlur` - Reset the state of any nested navigators when switching away from a screen. Defaults to `false`.
2324
* `order` - Array of routeNames which defines the order of the tabs.
2425
* `paths` - Provide a mapping of routeName to path config, which overrides the paths set in the routeConfigs.
2526
* `backBehavior` - Should the back button cause a tab switch to the initial tab? If yes, set to `initialRoute`, otherwise `none`. Defaults to `initialRoute` behavior.

0 commit comments

Comments
 (0)