Hi
I have an application which should use Navigation and it’s ok except for two cases:
- Login page – I assume that I simplty set navigationBarHidden: true and put that page as first in the stack
- Some initial app configuration. When app is first started user should go through a few screens to set some options. When completed these options should not be available/visible any more. Now I have them arranged in NavigationStack, so should I put them under some NavigationItem and when app is configured remove NavigationItem from Navigation ? How do I disable Navigation and other NavigationItem during application configuration ? Or maybe there is other/better way like having separate NavigationStack for app configuration mode and then Navigation with NavigationItem when app is already configured ?
Best Regards
Marek