Skip to content

Commit 8707712

Browse files
author
Jarvis Luong
committed
document disableKeyboardHandling for stack
1 parent 3a7553b commit 8707712

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/stack-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Options for the router:
5050
* `navigationOptions` - Navigation options for the navigator itself, to configure a parent navigator
5151
* `defaultNavigationOptions` - Default navigation options to use for screens
5252
* `paths` - A mapping of overrides for the paths set in the route configs
53+
* `disableKeyboardHandling` - If true, the keyboard will NOT automatically dismiss when navigating to a new screen. Defaults to false. This is ignored in the web platform.
5354

5455
Visual options:
5556

website/versioned_docs/version-2.x/stack-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Options for the router:
5050
* `initialRouteKey` - Optional identifier of the initial route
5151
* `navigationOptions` - Default navigation options to use for screens
5252
* `paths` - A mapping of overrides for the paths set in the route configs
53+
* `disableKeyboardHandling` - If true, the keyboard will NOT automatically dismiss when navigating to a new screen. Defaults to false. This is ignored in the web platform.
5354

5455
Visual options:
5556

website/versioned_docs/version-3.x/stack-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Options for the router:
5151
- `navigationOptions` - Navigation options for the navigator itself, to configure a parent navigator
5252
- `defaultNavigationOptions` - Default navigation options to use for screens
5353
* `paths` - A mapping of overrides for the paths set in the route configs
54+
* `disableKeyboardHandling` - If true, the keyboard will NOT automatically dismiss when navigating to a new screen. Defaults to false. This is ignored in the web platform.
5455

5556
Visual options:
5657

0 commit comments

Comments
 (0)