I have a basic Xamarin (PCL) app with a Droid, iOS, and UWP project. My UWP is the default I'm testing with. I've followed the instructions in the
Getting Started for the SfNavigationDrawer section of the docs and I can't get it to work. The sample app works fine but when I try to run my bare bones app I get this error:
Cannot deserialize XBF metadata type list as 'SfNavigationDrawer' was not found in namespace 'Syncfusion.UI.Xaml.NavigationDrawer'. [Line: 0 Position: 0]
Any ideas on how to resolve this?
Thanks,
John