react-native-navigation的迁移库

RNNReactRootViewCreator.h 229B

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