Replies: 1 comment 2 replies
-
Hi @HugoSay, this is a really cool extension, and glad that the tools in this library could help implement it! We are a little hesitant on adding such a tool directly to the library for a few reasons:
But, all of that is to say that we totally agree this tool can be extremely handy, but it just may not be appropriate for the library as of right now. Perhaps in the future we will expand its scope. 🙂 |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
On the project I'm currently working on, we can navigate to a view hierarchically even though we don't have any NavigationLink visible on the screen.
I came up with these two operators to add some invisible navigation links with the same kind of declaration as the one used for sheets.
How do you feel about these ? :)
*Edited to use the
background
modifier as suggested in answersHere is an example of usage:
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions