-
-
Notifications
You must be signed in to change notification settings - Fork 600
Closed as not planned
Labels
Missing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS
Description
Description
I built my app with xcode beta 4 for ios26 and the headerLargeTitle in my native-stack screens disappeared:
ScreenRecording_08-06-2025.19-29-44_1.MP4
I expected a visible largeTitle like in ios17:
ScreenRecording_08-06-2025.19-33-41_1.MP4
this are the options I pass to my Stack:
const stackOptions = {
gestureEnabled: true,
headerShown: true,
orientation: 'portrait',
headerLargeTitle: true,
title: "Menu",
headerStyle: {
backgroundColor: variables.background,
},
headerShadowVisible: false,
headerTitleStyle: {
fontFamily: 'EuclidFlexMedium',
color: variables.black,
},
headerLargeTitleStyle: {
fontFamily: 'EuclidFlexMedium',
color: variables.black,
},
};
Steps to reproduce
- Create a react-navigation native-stack with header large titles.
- Build the app with XCode beta 4 for ios26
Snack or a link to a repository
...
Screens version
4.13.1
React Native version
0.77
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
Real device
Device model
No response
Acknowledgements
Yes
Robert27, bastiendmt and Haider-Mukhtar
Metadata
Metadata
Assignees
Labels
Missing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS