Skip to content

[ios26] headerLargeTitle not working in native-stack #3100

@cuttlas

Description

@cuttlas

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

Metadata

Metadata

Assignees

Labels

Missing reproThis issue need minimum repro scenarioPlatform: iOSThis issue is specific to iOS

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions