mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Workaround for screenProps in TabViewAnimated (#862)
This commit is contained in:
@@ -201,6 +201,7 @@ class TabView extends PureComponent<void, Props, void> {
|
||||
renderPager={this._renderPager}
|
||||
configureTransition={configureTransition}
|
||||
onRequestChangeTab={this._handlePageChanged}
|
||||
screenProps={this.props.screenProps}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user