Skip to content

Commit 6244763

Browse files
committed
Update header docs for native tabs
1 parent 6606d5f commit 6244763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ It only works when there is a stack navigator (e.g. [stack navigator](stack-navi
367367

368368
### Header related options
369369

370-
The navigator renders a native stack header. It supports most of the [header related options supported in `@react-navigation/native-stack`](native-stack-navigator.md#header-related-options) apart from the options related to the back button (prefixed with `headerBack`).
370+
The navigator does not show a header by default. It renders a native stack header if `headerShown` is set to `true` in the screen options explicitly, or if a custom header is provided with the `header` option. Header related options require a header to be shown.
371+
372+
It supports most of the [header related options supported in `@react-navigation/native-stack`](native-stack-navigator.md#header-related-options) apart from the options related to the back button (prefixed with `headerBack`).
371373

372374
### Events
373375

0 commit comments

Comments
 (0)