Flow component

With a FlowComponent you can really only do two things:

  1. Transition to a next screen
  2. 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.