We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f61d6 commit 7024d4bCopy full SHA for 7024d4b
packages/stack/src/types.tsx
@@ -133,7 +133,8 @@ export type StackHeaderOptions = {
133
*/
134
headerBackAllowFontScaling?: boolean;
135
/**
136
- * Title string used by the back button on iOS, or `null` to disable label. Defaults to the previous scene's `headerTitle`.
+ * Title string used by the back button on iOS. Defaults to the previous scene's `headerTitle`.
137
+ * Use `headerBackTitleVisible: false` to hide it.
138
139
headerBackTitle?: string;
140
0 commit comments