Skip to content

Commit

Permalink
added info about ShellViewBase #32
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik committed Nov 26, 2021
1 parent 0a842f2 commit 07e4e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ var navigationHelper = new ShellNavigationHelper();

## The overall structure

### ShellViewBase<T>
ShellViewBase shoule be used when using Xamarin.Forms Shell. It should be used as with ViewBase<T>, described below. But if you use ViewBase, it will not work with navigation paramters or query paramters.

### ViewBase&lt;T&gt;

Features (or drawbacks) of the ViewBase
Expand Down

0 comments on commit 07e4e09

Please sign in to comment.