Skip to content

Instantly share code, notes, and snippets.

@artyorsh
Last active October 24, 2019 16:45
Show Gist options
  • Save artyorsh/52e8b80232ec2f98db3494a5b72dd464 to your computer and use it in GitHub Desktop.
Save artyorsh/52e8b80232ec2f98db3494a5b72dd464 to your computer and use it in GitHub Desktop.
// AdditionalNavigationProp is, for example, DrawerNavigationProp
export type BottomTabBarProps<AdditionalNavigationProp = {}> = BottomTabBarOptions & {
state: TabNavigationState;
descriptors: BottomTabDescriptorMap;
navigation: NavigationHelpers<ParamListBase> & AdditionalNavigationProp;
// ....
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment