浏览代码

fix bottomTab style

yogevbd 7 年前
父节点
当前提交
845c80a3f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/ios/RNNRootViewController.m

+ 1
- 0
lib/ios/RNNRootViewController.m 查看文件

261
 }
261
 }
262
 
262
 
263
 -(void)applyTabBarItem {
263
 -(void)applyTabBarItem {
264
+	[self.options.bottomTab mergeOptions:((RNNNavigationOptions *)self.options.defaultOptions).bottomTab overrideOptions:NO];
264
 	[self.options.bottomTab applyOn:self];
265
 	[self.options.bottomTab applyOn:self];
265
 }
266
 }
266
 
267