RootScreen

Alternative to WorkflowLayout for a pure Compose application. Makes the receiver available via LocalWorkflowEnvironment and runs the composition bound to screen.

Note that any app relying on stock navigation classes like BackStackScreen or BodyAndOverlaysScreen are not pure Compose, and must call ViewEnvironment.withComposeInteropSupport first.