iOS 27 Beta 7 - Native header press scrolls list up

Author: Brma1048Created Aug 27, 2026Updated Aug 27, 2026
Labelsbugneeds reproplatform:iospackage:native-stack

Current behavior

When pressing into the header and the screen has a scrollview inside, than the header button press always triggers a scroll up. Normally this should only happen when clicking in the status bar not when clicking in the header.

I have set headerTransparent to true.

Expected behavior

When pressing into the header there should be no scroll up, only when pressing the status bar.

Reproduction

Platform

  • Android
  • iOS
  • Web
  • Windows
  • MacOS

Packages

  • @react-navigation/bottom-tabs
  • @react-navigation/drawer
  • @react-navigation/material-top-tabs
  • @react-navigation/stack
  • @react-navigation/native-stack
  • react-native-drawer-layout
  • react-native-tab-view

Environment

"@react-navigation/bottom-tabs": "8.0.0-alpha.49", "@react-navigation/drawer": "8.0.0-alpha.50", "@react-navigation/elements": "3.0.0-alpha.47", "@react-navigation/native": "8.0.0-alpha.43", "@react-navigation/native-stack": "8.0.0-alpha.51", "react-native-screens": "4.27.0", "react-native": "0.85.3",

Source: react-navigation/react-navigation