You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I have forgotten why we don't support navigating to a page by using a hunt for the type based on the key passed to the NavigationService. I can't remember the reason we would not have done this and it seems like conventions-based should handle most use cases, which would make the RegisterTypes() method considerably smaller/simpler/easier. It would also enable simple apps to just plug and play.
What am I missing?
The text was updated successfully, but these errors were encountered:
Right now you have to do this if you want to navigate to
Settings
.Even if all you are doing is this:
I guess I have forgotten why we don't support navigating to a page by using a hunt for the type based on the key passed to the
NavigationService
. I can't remember the reason we would not have done this and it seems like conventions-based should handle most use cases, which would make theRegisterTypes()
method considerably smaller/simpler/easier. It would also enable simple apps to just plug and play.What am I missing?
The text was updated successfully, but these errors were encountered: