Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Navigation-less screens #87

Open
Tiagoperes opened this issue Jan 13, 2023 · 0 comments
Open

Navigation-less screens #87

Tiagoperes opened this issue Jan 13, 2023 · 0 comments
Labels
enhancement New feature or request future backlog idea potential backlog for a future version

Comments

@Tiagoperes
Copy link
Contributor

Not every server driven screen on every project will need navigation. Adding the whole structure of a navigator on a screen that doesn't need it is not great.

Provide a way for starting a Server Driven Screen without a navigator.

Suggestion:

StandaloneScreen(request: Request)
StandaloneScreen(url: String)

These screens won't have a View scope, which might require some adaptations on the code.

@Tiagoperes Tiagoperes added future backlog idea potential backlog for a future version enhancement New feature or request labels Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request future backlog idea potential backlog for a future version
Projects
None yet
Development

No branches or pull requests

1 participant