Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 1980a59

Browse files
committed
fix: expose DrawerItems to maintain backward compat
1 parent f8f4ea9 commit 1980a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export { default as DrawerRouter } from './routers/DrawerRouter';
1717
* Views
1818
*/
1919
export { default as DrawerNavigatorItems } from './views/DrawerNavigatorItems';
20+
export { default as DrawerItems } from './views/DrawerNavigatorItems';
2021
export { default as DrawerSidebar } from './views/DrawerSidebar';
2122
export { default as DrawerView } from './views/DrawerView';
2223

0 commit comments

Comments
 (0)