react-native-navigation的迁移库

RNNTabBarController.m 210B

1234567891011
  1. #import "RNNTabBarController.h"
  2. @implementation RNNTabBarController
  3. - (UIInterfaceOrientationMask)supportedInterfaceOrientations {
  4. return self.selectedViewController.supportedInterfaceOrientations;
  5. }
  6. @end