fix: add screenProps to DrawerNavigatorItemsProps (#100)

This commit is contained in:
SaeedZhiany
2019-09-30 18:23:30 +03:30
parent 9c75df13c1
commit 395bb31a40

View File

@@ -95,6 +95,7 @@ export type DrawerNavigatorItemsProps = {
inactiveLabelStyle?: StyleProp<TextStyle>;
iconContainerStyle?: StyleProp<ViewStyle>;
drawerPosition: 'left' | 'right';
screenProps: unknown;
};
export type DrawerContentComponentProps = DrawerNavigatorItemsProps & {