[Enhancement] Simplify making Navigation Drawers #2813
Unanswered
marqueeeeeee
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Building Navigation Drawer in Xamarin.Form takes a lot boilerplate codes where you need FlyoutPage or MasterDetailPage for it to work.
I'm suggesting something similar to React-Native or Flutter which can be added in one line or minimal line of codes.
Flutter:
Drawer()
React-Native:
and I think it's time to rename it, to Drawer or NavigationDrawer. It's already a standard for multiple platforms.
Beta Was this translation helpful? Give feedback.
All reactions