Skip to content

Commit

Permalink
title bug fix on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Mar 25, 2018
1 parent d34a901 commit c048104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RCCNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ - (void)performAction:(NSString*)performAction actionParams:(NSDictionary*)actio
RCCViewController *viewController = [[RCCViewController alloc] initWithComponent:component passProps:passProps navigatorStyle:navigatorStyle globalProps:nil bridge:bridge];
viewController.controllerId = passProps[@"screenInstanceID"];

[self processTitleView:viewController
props:actionParams
style:navigatorStyle];

NSString *backButtonTitle = actionParams[@"backButtonTitle"];
if (!backButtonTitle) {
NSNumber *hideBackButtonTitle = [[RCCManager sharedInstance] getAppStyle][@"hideBackButtonTitle"];
Expand Down

0 comments on commit c048104

Please sign in to comment.