Thanks for this project!
I'm interested in the following functionality:
Consider, we have a list of views in the stack: [Z, A, B, C]
I'd like to reset stack completely to have new view hierarchy as [Z, X]
by e.g. pressing a button in the view C
.
Is this possible as of right now?