Flow component
With a FlowComponent you can really only do two things:
- Transition to a next screen
- Return to the previous screen
That’s it. But that’s enough to try out a complicated navigation tree. You can test the complete flow of an app.
And that’s also the best way to use the FlowComponent: It’s perfect for quickly putting some screens together, for showing how you would transition from one screen to the next.