diff --git a/ExRouter.js b/ExRouter.js index 28ead3af9..9f425e9cd 100644 --- a/ExRouter.js +++ b/ExRouter.js @@ -129,6 +129,7 @@ export class ExRouteAdapter { ExNavigatorStyles.barButtonText, ExNavigatorStyles.barBackButtonText, navigator.props.barButtonTextStyle, + this.route.props.leftButtonTextStyle, ]} > {title} @@ -144,6 +145,7 @@ export class ExRouteAdapter { style={[ ExNavigatorStyles.barButtonIcon, navigator.props.barButtonIconStyle, + this.route.props.barButtonIconStyle, ]} /> {buttonText} @@ -390,4 +392,3 @@ var styles = StyleSheet.create({ }, }); -