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: docs/stack-navigator.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Options for the router:
50
50
*`navigationOptions` - Navigation options for the navigator itself, to configure a parent navigator
51
51
*`defaultNavigationOptions` - Default navigation options to use for screens
52
52
*`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.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-2.x/stack-navigator.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Options for the router:
50
50
*`initialRouteKey` - Optional identifier of the initial route
51
51
*`navigationOptions` - Default navigation options to use for screens
52
52
*`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.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-3.x/stack-navigator.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Options for the router:
51
51
-`navigationOptions` - Navigation options for the navigator itself, to configure a parent navigator
52
52
-`defaultNavigationOptions` - Default navigation options to use for screens
53
53
*`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.
0 commit comments