is there any way how to integrate Xamarin Forms new Shell with Prism? https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell
3
votes
3 Answers
2
votes
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.
0
votes