Last active
October 24, 2019 16:45
-
-
Save artyorsh/52e8b80232ec2f98db3494a5b72dd464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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