Workaround for screenProps in TabViewAnimated (#862)

This commit is contained in:
Stoicescu Cristi
2017-03-30 06:37:06 +03:00
parent 353e224dfc
commit fd9259c3ad

View File

@@ -201,6 +201,7 @@ class TabView extends PureComponent<void, Props, void> {
renderPager={this._renderPager}
configureTransition={configureTransition}
onRequestChangeTab={this._handlePageChanged}
screenProps={this.props.screenProps}
/>
);
}