-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
Current behavior
Steps to reproduce:
- Start app on device running iOS 26
- Press "Go to Home"
- Press "Go to Screen 2"
- Press "< Home" Button
- Press "Go to Screen 2" again
Observed "< Home" Button is unresponsive
Expected behavior
Pressing "< Home" Button should return to Home Screen as it does during the first press
Reproduction
https://snack.expo.dev/@pang0018/react-navigation-ios-26-issue
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
- I've removed the packages that I don't use
package | version |
---|---|
@react-navigation/native | 7.1.17 |
@react-navigation/native-stack | 7.3.26 |
Max-Lovell and iliapnmrv