react-native-navigation的迁移库

RNNReactRootViewCreator.h 300B

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