Преглед на файлове

Hide back button when calling resetTo (#1469)

Kyle Johnson преди 7 години
родител
ревизия
518e372e05
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      ios/RCCNavigationController.m

+ 2
- 0
ios/RCCNavigationController.m Целия файл

217
     RCCViewController *viewController = [[RCCViewController alloc] initWithComponent:component passProps:passProps navigatorStyle:navigatorStyle globalProps:nil bridge:bridge];
217
     RCCViewController *viewController = [[RCCViewController alloc] initWithComponent:component passProps:passProps navigatorStyle:navigatorStyle globalProps:nil bridge:bridge];
218
     viewController.controllerId = passProps[@"screenInstanceID"];
218
     viewController.controllerId = passProps[@"screenInstanceID"];
219
     
219
     
220
+    viewController.navigationItem.hidesBackButton = YES;
221
+    
220
     [self processTitleView:viewController
222
     [self processTitleView:viewController
221
                      props:actionParams
223
                      props:actionParams
222
                      style:navigatorStyle];
224
                      style:navigatorStyle];