wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.03k stars 2.67k forks source link

[iOS] BottomTab popToRoot false not working #7709

Closed Ainias closed 1 year ago

Ainias commented 1 year ago

What happened?

When I try to disable popToRoot for iOS, it is still working. We are trying to do something when double pressing on a bottomTab, but unfortunally it is always popping to root in iOS

What was the expected behaviour?

When the options are as followed,

{
  bottomTab: {
    popToRoot: false
  }

then the tab should not popToRoot when selecting the active tab again

Was it tested on latest react-native-navigation?

Help us reproduce this issue!

In what environment did this happen?

React Native Navigation version: 7.32.1 React Native version: 0.71.7 Has Fabric (React Native's new rendering system) enabled: (yes/no) no Node version: 16.13 Device model: iPhone 11 iOS version: iOS 16.4

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.

stale[bot] commented 1 year ago

The issue has been closed for inactivity.