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-6.x/stack-navigator.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,6 @@ Boolean used to indicate whether inactive screens should be detached from the vi
117
117
118
118
If you need to disable this optimization for specific screens (e.g. you want to screen to stay in view even when unfocused) [`detachPreviousScreen`](#detachpreviousscreen) option.
119
119
120
-
#### `keyboardHandlingEnabled`
121
-
122
-
If `false`, the keyboard will NOT automatically dismiss when navigating to a new screen from this screen. Defaults to `true`.
123
-
124
120
### Options
125
121
126
122
The following [options](screen-options.md) can be used to configure the screens in the navigator. These can be specified under `screenOptions` prop of `Stack.navigator` or `options` prop of `Stack.Screen`.
@@ -224,6 +220,10 @@ Interpolated styles for various parts of the card. Refer the [Animations section
224
220
225
221
Interpolated styles for various parts of the header. Refer the [Animations section](#animations) for details.
226
222
223
+
#### `keyboardHandlingEnabled`
224
+
225
+
If `false`, the keyboard will NOT automatically dismiss when navigating to a new screen from this screen. Defaults to `true`.
226
+
227
227
#### `detachPreviousScreen`
228
228
229
229
Boolean used to indicate whether to detach the previous screen from the view hierarchy to save memory. Set it to `false` if you need the previous screen to be seen through the active screen. Only applicable if `detachInactiveScreens` isn't set to `false`.
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/stack-navigator.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -205,10 +205,6 @@ Boolean used to indicate whether inactive screens should be detached from the vi
205
205
206
206
If you need to disable this optimization for specific screens (e.g. you want to screen to stay in view even when unfocused) [`detachPreviousScreen`](#detachpreviousscreen) option.
207
207
208
-
#### `keyboardHandlingEnabled`
209
-
210
-
If `false`, the keyboard will NOT automatically dismiss when navigating to a new screen from this screen. Defaults to `true`.
211
-
212
208
### Options
213
209
214
210
The following [options](screen-options.md) can be used to configure the screens in the navigator. These can be specified under `screenOptions` prop of `Stack.navigator` or `options` prop of `Stack.Screen`.
@@ -312,6 +308,10 @@ Interpolated styles for various parts of the card. Refer the [Animations section
312
308
313
309
Interpolated styles for various parts of the header. Refer the [Animations section](#animations) for details.
314
310
311
+
#### `keyboardHandlingEnabled`
312
+
313
+
If `false`, the keyboard will NOT automatically dismiss when navigating to a new screen from this screen. Defaults to `true`.
314
+
315
315
#### `detachPreviousScreen`
316
316
317
317
Boolean used to indicate whether to detach the previous screen from the view hierarchy to save memory. Set it to `false` if you need the previous screen to be seen through the active screen. Only applicable if `detachInactiveScreens` isn't set to `false`.
0 commit comments