react-native-navigation的迁移库

RNNBottomTabsController+Helpers.h 362B

12345678910111213
  1. #import <ReactNativeNavigation/ReactNativeNavigation.h>
  2. #import "RNNBottomTabsController.h"
  3. @interface RNNBottomTabsController (Helpers)
  4. + (RNNBottomTabsController *)create;
  5. + (RNNBottomTabsController *)createWithChildren:(NSArray *)children;
  6. + (RNNBottomTabsController *)createWithChildren:(NSArray *)children options:(RNNNavigationOptions *)options;
  7. @end