mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-27 21:08:02 +08:00
Pass navigation prop to TabBarComponent (#396)
This commit is contained in:
@@ -120,6 +120,7 @@ class TabView extends PureComponent<void, Props, void> {
|
||||
<TabBarComponent
|
||||
{...props}
|
||||
{...tabBarOptions}
|
||||
navigation={this.props.navigation}
|
||||
getLabelText={this._getLabelText}
|
||||
renderIcon={this._renderIcon}
|
||||
animationEnabled={animationEnabled}
|
||||
|
||||
Reference in New Issue
Block a user