Ver código fonte

fix bottomTab style

yogevbd 7 anos atrás
pai
commit
845c80a3f6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      lib/ios/RNNRootViewController.m

+ 1
- 0
lib/ios/RNNRootViewController.m Ver arquivo

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