File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Visual options:
69
69
- Prevents last inactive screen from being detached so that it stays visible underneath the active screen
70
70
- Make the screens slide in from the bottom on iOS which is a common iOS pattern.
71
71
- ` headerMode ` - Specifies how the header should be rendered:
72
- - ` float ` - Render a single header that stays at the top and animates as screens are changed . This is a common pattern on iOS.
73
- - ` screen ` - Each screen has a header attached to it and the header fades in and out together with the screen. This is a common pattern on Android .
72
+ - ` float ` - The header is rendered above the screen and animates independently of the screen . This is default on iOS for non-modals .
73
+ - ` screen ` - The header is rendered as part of the screen and animates together with the screen. This is default on other platforms .
74
74
- ` none ` - No header will be rendered.
75
75
- ` keyboardHandlingEnabled ` - If ` false ` , the on screen keyboard will NOT automatically dismiss when navigating to a new screen. Defaults to ` true ` .
76
76
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Defines the style for rendering and transitions:
70
70
71
71
Specifies how the header should be rendered:
72
72
73
- - ` float ` - Render a single header that stays at the top and animates as screens are changed . This is a common pattern on iOS.
74
- - ` screen ` - Each screen has a header attached to it and the header fades in and out together with the screen. This is a common pattern on Android .
73
+ - ` float ` - The header is rendered above the screen and animates independently of the screen . This is default on iOS for non-modals .
74
+ - ` screen ` - The header is rendered as part of the screen and animates together with the screen. This is default on other platforms .
75
75
- ` none ` - No header will be shown. It's recommended to use [ ` headerShown ` ] ( #headershown ) option instead for more granularity.
76
76
77
77
#### ` detachInactiveScreens `
Original file line number Diff line number Diff line change @@ -335,8 +335,8 @@ return (
335
335
336
336
Specifies how the header should be rendered:
337
337
338
- - ` float ` - Render a single header that stays at the top and animates as screens are changed . This is default on iOS.
339
- - ` screen ` - Each screen has a header attached to it and the header fades in and out together with the screen. This is default on other platforms.
338
+ - ` float ` - The header is rendered above the screen and animates independently of the screen . This is default on iOS for non-modals .
339
+ - ` screen ` - The header is rendered as part of the screen and animates together with the screen. This is default on other platforms.
340
340
341
341
#### ` headerShown `
342
342
Original file line number Diff line number Diff line change @@ -412,8 +412,8 @@ return (
412
412
413
413
Specifies how the header should be rendered:
414
414
415
- - ` float ` - Render a single header that stays at the top and animates as screens are changed . This is default on iOS.
416
- - ` screen ` - Each screen has a header attached to it and the header fades in and out together with the screen. This is default on other platforms.
415
+ - ` float ` - The header is rendered above the screen and animates independently of the screen . This is default on iOS for non-modals .
416
+ - ` screen ` - The header is rendered as part of the screen and animates together with the screen. This is default on other platforms.
417
417
418
418
#### ` headerShown `
419
419
You can’t perform that action at this time.
0 commit comments