You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible remove from stack some screens with the same name?
For example, my screens: ScreenA -> ScreenB -> ScreenC -> ScreenA -> ScreenD
and i would like to receive the next stack without ScreenA: ScreenB -> ScreenC -> ScreenD
The text was updated successfully, but these errors were encountered:
I added a custom field to the action params __popBeforeAddCount which I filter for in the reducer (yes, that IS a little ugly ;)). If this is the case I pop a few items off the routing stack before continuing. Similarly, when you'd want to remove screenA from the stack, you can change the stack in the reducer you provide.
Version
Expected behaviour
Is it possible remove from stack some screens with the same name?
For example, my screens:
ScreenA -> ScreenB -> ScreenC -> ScreenA -> ScreenD
and i would like to receive the next stack without ScreenA:
ScreenB -> ScreenC -> ScreenD
The text was updated successfully, but these errors were encountered: