diff --git a/lib/ios/RNNNavigationControllerPresenter.m b/lib/ios/RNNNavigationControllerPresenter.m index fbe7ecf863c..e6cae764c83 100644 --- a/lib/ios/RNNNavigationControllerPresenter.m +++ b/lib/ios/RNNNavigationControllerPresenter.m @@ -61,7 +61,7 @@ - (void)applyOptionsOnViewDidLayoutSubviews:(RNNNavigationOptions *)options { - (void)applyOptionsBeforePopping:(RNNNavigationOptions *)options { RNNNavigationController* navigationController = self.boundViewController; [navigationController setTopBarBackgroundColor:[options.topBar.background.color getWithDefaultValue:nil]]; - [navigationController rnn_setNavigationBarFontFamily:[options.topBar.title.fontFamily getWithDefaultValue:nil] fontSize:[options.topBar.title.fontSize getWithDefaultValue:@(17)] color:[options.topBar.title.color getWithDefaultValue:[UIColor blackColor]]]; + [navigationController rnn_setNavigationBarFontFamily:[options.topBar.title.fontFamily getWithDefaultValue:nil] fontSize:[options.topBar.title.fontSize getWithDefaultValue:nil] color:[options.topBar.title.color getWithDefaultValue:[UIColor blackColor]]]; [navigationController rnn_setNavigationBarLargeTitleVisible:[options.topBar.largeTitle.visible getWithDefaultValue:NO]]; }