is there any way how to integrate Xamarin Forms new Shell with Prism? https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell
3 Answers
As far as I can judge Xamarin Shell is not yet 100% ready to be customized / extensible for 3rd part frameworks like Prism.
One of the missing things for example is a handler for shell navigation, which will be needed for view model conventions and dependency injection.
Comments
I've read the Prism documentation which clearly states that it's not working great yet. You can add the nuget project but navigation won't work (IInitialize, IInitializeAsync, INavigatedAware, IConfirmNavigation, IConfirmNavigationAsync). You will still get other things like command, etc.