react-native-navigation的迁移库

RNNTabBarPresenter.m 193B

12345678910
  1. #import "RNNTabBarPresenter.h"
  2. @implementation RNNTabBarPresenter
  3. - (void)presentOn:(UITabBarController *)tabBarController {
  4. [self.options applyOnTabBarController:tabBarController];
  5. }
  6. @end