i have tow shell one for login and other for the rest of the app how i can navigte after login to the main shell i tried
await Navigation.PushModalAsync(new NavigationPage(new AppShell()));
but it went to shell main page but without Flyout menu
i have tow shell one for login and other for the rest of the app how i can navigte after login to the main shell i tried
await Navigation.PushModalAsync(new NavigationPage(new AppShell()));
but it went to shell main page but without Flyout menu