I am trying to push a route and pop 2 previous routes from the stack. I understand there is a replace but I am trying pop the previous route too.
when I push page 5 I want the stack to look like this
pretend the stack look something like this. and the right is the stack I am trying to achieve
how can i achieve that with react navigation.