react-native-navigation的迁移库

RNNViewControllerPresenter.m 236B

12345678910
  1. #import "RNNViewControllerPresenter.h"
  2. @implementation RNNViewControllerPresenter
  3. - (void)present:(RNNNavigationOptions *)options onViewControllerDidLoad:(UIViewController *)viewController {
  4. [options applyOn:viewController];
  5. }
  6. @end