I have been using a variation of the Template 10 approach to using NavigationView
. See Alternative way to create shell in Prism.Windows 7.1.0?
With the Prism 7.2 pre-release
, the call to NavigationService.Create
does not seem to be available.
My goal is to allow navigation using the UWP
NavigationView
and Prism 7.2
. I having been banging my head against this without success but hopefully there is a simple solution I am missing?
[Update] 21 Mar 2019: Prism support for UWP has been abandoned pending reassessment of the path forward. See https://github.com/PrismLibrary/Prism/issues/1745