I have three tabs say
[ONE] [TWO] [THREE]
Say the stack navigation history is
[ONE] → [THREE] → [TWO] → [THREE] → [TWO]
Now when hardware back button is clicked I want to move from
[TWO] → [THREE] → [ONE] (By removing repeated history)
Instead of
[TWO] → [THREE] → [TWO] → [THREE] → [ONE]
How to achieve this!!!
1 post - 1 participant