react-native-navigation的迁移库

RNNBottomTabsController+Helpers.h 252B

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