From 395bb31a400c63c1443cbf34cc26b3fe252dec01 Mon Sep 17 00:00:00 2001 From: SaeedZhiany Date: Mon, 30 Sep 2019 18:23:30 +0330 Subject: [PATCH] fix: add `screenProps` to DrawerNavigatorItemsProps (#100) --- packages/drawer/src/types.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/drawer/src/types.tsx b/packages/drawer/src/types.tsx index 53a4044c..3d7ace53 100644 --- a/packages/drawer/src/types.tsx +++ b/packages/drawer/src/types.tsx @@ -95,6 +95,7 @@ export type DrawerNavigatorItemsProps = { inactiveLabelStyle?: StyleProp; iconContainerStyle?: StyleProp; drawerPosition: 'left' | 'right'; + screenProps: unknown; }; export type DrawerContentComponentProps = DrawerNavigatorItemsProps & {