Browse Source

title bug fix on ios

yogevbd 6 years ago
parent
commit
f12abaca4b
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      ios/RCCViewController.m

+ 3
- 3
ios/RCCViewController.m View File

@@ -619,9 +619,9 @@ const NSInteger TRANSPARENT_NAVBAR_TAG = 78264803;
619 619
         }
620 620
     }
621 621
     
622
-    [self processTitleView:viewController
623
-                     props:self.navigatorStyle
624
-                     style:self.navigatorStyle];
622
+    // [self processTitleView:viewController
623
+    //                  props:self.navigatorStyle
624
+    //                  style:self.navigatorStyle];
625 625
     
626 626
 #if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_10_3
627 627
     if (@available(iOS 11.0, *)) {