react-native-navigation的迁移库

RNNReactRootViewCreator.h 219B

1234567891011
  1. #import <Foundation/Foundation.h>
  2. #import "RNNRootViewCreator.h"
  3. #import <React/RCTBridge.h>
  4. @interface RNNReactRootViewCreator : NSObject <RNNRootViewCreator>
  5. -(instancetype)initWithBridge:(RCTBridge*)bridge;
  6. @end