react-native-navigation的迁移库

RNNBridgeManager.h 297B

1234567891011
  1. #import <Foundation/Foundation.h>
  2. #import <React/RCTBridge.h>
  3. @interface RNNBridgeManager : NSObject <RCTBridgeDelegate>
  4. - (instancetype)initWithJsCodeLocation:(NSURL *)jsCodeLocation launchOptions:(NSDictionary *)launchOptions;
  5. @property (readonly, nonatomic, strong) RCTBridge *bridge;
  6. @end