Parcourir la source

fix bottomTab style

yogevbd il y a 6 ans
Parent
révision
845c80a3f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      lib/ios/RNNRootViewController.m

+ 1
- 0
lib/ios/RNNRootViewController.m Voir le fichier

@@ -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