From 273b3e797de86e5dd2a9933346154335c061441d Mon Sep 17 00:00:00 2001 From: Delian Asparouhov Date: Tue, 12 Jan 2016 12:49:12 -0800 Subject: [PATCH] Allow for icon style and text style to be passed --- ExRouter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExRouter.js b/ExRouter.js index 5a1ebaf66..64151f797 100644 --- a/ExRouter.js +++ b/ExRouter.js @@ -105,7 +105,7 @@ export class ExRouteAdapter { style={[ ExNavigatorStyles.barButtonText, ExNavigatorStyles.barBackButtonText, - this._barButtonTextStyle, + navigator.props.barButtonTextStyle, ]} > {title} @@ -120,7 +120,7 @@ export class ExRouteAdapter { {buttonText}