Replies: 1 comment
-
Screens would be the safer choice. I would use ContentSwitcher when logically the user is working with the same data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thanks for this great tool (I already praised the amazingly styled stack traces)
I'm just starting to build my first app and after figuring out there are
Screen
andContentSwitcher
I can't really decide which one would be better to use.I plan to have a simple layout with a header and footer and the main content in between, that can change based on the current view selected by the user.
Now that I write it, it sounds obvious that it should be content switcher, but on the other hand having each context in their own screen stack (mode) sounds great too.
Hence my question in the title: Is there a best practice when to use either?
Beta Was this translation helpful? Give feedback.
All reactions