mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 17:31:06 +08:00
fix: add screenProps to DrawerNavigatorItemsProps (#100)
This commit is contained in:
@@ -95,6 +95,7 @@ export type DrawerNavigatorItemsProps = {
|
||||
inactiveLabelStyle?: StyleProp<TextStyle>;
|
||||
iconContainerStyle?: StyleProp<ViewStyle>;
|
||||
drawerPosition: 'left' | 'right';
|
||||
screenProps: unknown;
|
||||
};
|
||||
|
||||
export type DrawerContentComponentProps = DrawerNavigatorItemsProps & {
|
||||
|
||||
Reference in New Issue
Block a user