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 89b3df9 commit 383f254Copy full SHA for 383f254
ios/RNSScreenStackHeaderConfig.mm
@@ -662,9 +662,7 @@ + (void)updateViewController:(UIViewController *)vc
662
}
663
} else {
664
// back button title should be not visible next to back button,
665
- // but it should still appear in back menu (if one is enabled)
666
-
667
- prevItem.backButtonTitle = resolvedBackTitle;
+ // but it should still appear in back menu
668
prevItem.backButtonDisplayMode = UINavigationItemBackButtonDisplayModeMinimal;
669
shouldUseCustomBackBarButtonItem = NO;
670
0 commit comments