3

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 3

2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

-3

go to the nuget package manager and update your xamarin.forms to 4 and greater

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.