You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`DrawerActions` is an object containing methods for generating actions specific to drawer-based navigators. Its methods expand upon the actions available in [NavigationActions](navigation-actions.html).
8
+
9
+
The following actions are supported:
10
+
*[openDrawer](#openDrawer) - open the drawer
11
+
*[closeDrawer](#closeDrawer) - close the drawer
12
+
*[toggleDrawer](#toggleDrawer) - toggle the state, ie. switche from closed to open and vice versa
0 commit comments