Skip to content

Commit 7024d4b

Browse files
committed
docs: fix comment about headerBacktitleVisible
1 parent 21f61d6 commit 7024d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/stack/src/types.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ export type StackHeaderOptions = {
133133
*/
134134
headerBackAllowFontScaling?: boolean;
135135
/**
136-
* Title string used by the back button on iOS, or `null` to disable label. Defaults to the previous scene's `headerTitle`.
136+
* Title string used by the back button on iOS. Defaults to the previous scene's `headerTitle`.
137+
* Use `headerBackTitleVisible: false` to hide it.
137138
*/
138139
headerBackTitle?: string;
139140
/**

0 commit comments

Comments
 (0)