Browse Source

fix bottomTab style

yogevbd 6 years ago
parent
commit
845c80a3f6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/ios/RNNRootViewController.m

+ 1
- 0
lib/ios/RNNRootViewController.m View File

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