react-navigation / react-navigation

Routing and navigation for your React Native apps
https://reactnavigation.org
23.39k stars 4.98k forks source link

navigation.goBack() crash the app only in iPhone 15 when using '@react-navigation/native-stack' #12007

Open MussadiqAli opened 1 month ago

MussadiqAli commented 1 month ago

Current behavior

If I use '@react-navigation/native-stack' navigation.goBack() crash the app in iPhone 15 pro max and there is no error log in terminal. navigation.goBack() is working fine in iPhone 14 and lower versions devices and also for android. navigation.goBack() is working fine in iPhone 15 pro max if I use "@react-navigation/stack", the problem is only with '@react-navigation/native-stack'

Expected behavior

navigation.goBack() should navigate to previous page when I use '@react-navigation/native-stack'

Platform

Packages

Environment

"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
github-actions[bot] commented 1 month ago

Hey @MussadiqAli! Thanks for opening the issue. It seems that the issue doesn't contain a link to a repro.

The best way to get attention to your issue is to provide an easy way for a developer to reproduce the issue.

You can provide a repro using any of the following:

radko93 commented 1 month ago

Do both phones run the same iOS version?

github-actions[bot] commented 5 days ago

Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.