Skip to content

Commit

Permalink
fix: setting headerBackTitleVisible to false not working on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Apr 14, 2024
1 parent d0abdee commit de8fb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/native-stack/src/views/HeaderConfig.tsx
Expand Up @@ -182,6 +182,7 @@ export function HeaderConfig({
backButtonInCustomView={backButtonInCustomView}
backgroundColor={headerBackgroundColor}
backTitle={headerBackTitleVisible ? headerBackTitle : ' '}
backTitleVisible={headerBackTitleVisible}
backTitleFontFamily={backTitleFontFamily}
backTitleFontSize={backTitleFontSize}
blurEffect={headerBlurEffect}
Expand Down

0 comments on commit de8fb84

Please sign in to comment.