Closed slawaDnC closed 7 months ago
Thanks very much @slawaDnC ! I'd prefer a more generic solution so I've added support for any view modifier to be applied to the NavigationView
on this branch.
It's now possible to provide a custom ViewModifier
to be applied to all NavigationView
s created by the Router
- shipped in v 0.4.1.
If you setup navigation
accentColor
to you root NavigationView it cannot passaccentColor
to next NavigationView if you try to present screens with parameterembedInNavigationView
totrue
. This pull request resolves lib problem with passing navigationaccentColor
if you present new screen with parameterembedInNavigationView
.You can try the solution on my fork