Ver código fonte

fix bottomTab style

yogevbd 6 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,6 +261,7 @@
261 261
 }
262 262
 
263 263
 -(void)applyTabBarItem {
264
+	[self.options.bottomTab mergeOptions:((RNNNavigationOptions *)self.options.defaultOptions).bottomTab overrideOptions:NO];
264 265
 	[self.options.bottomTab applyOn:self];
265 266
 }
266 267