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 & {