react-navigation-drawer
Version:
Drawer navigator component for React Navigation
2 lines • 741 B
JavaScript
import*as DrawerActions from'./routers/DrawerActions';export{default as createDrawerNavigator}from'./navigators/createDrawerNavigator';export{DrawerActions};export{default as DrawerRouter}from'./routers/DrawerRouter';export{default as DrawerNavigatorItems}from'./views/DrawerNavigatorItems';export{default as DrawerSidebar}from'./views/DrawerSidebar';export{default as DrawerView}from'./views/DrawerView';export{default as DrawerGestureContext}from'./utils/DrawerGestureContext';export{NavigationDrawerState,NavigationDrawerProp,NavigationDrawerOptions,NavigationDrawerConfig,NavigationDrawerRouterConfig,NavigationDrawerScreenProps,NavigationDrawerScreenComponent,DrawerContentComponentProps}from'./types';
//# sourceMappingURL=index.js.map