#import #import #import #import "RNNBridgeManagerDelegate.h" typedef UIViewController * (^RNNExternalViewCreator)(NSDictionary* props, RCTBridge* bridge); @interface ReactNativeNavigation : NSObject + (void)bootstrap:(NSURL *)jsCodeLocation launchOptions:(NSDictionary *)launchOptions; + (void)bootstrap:(NSURL *)jsCodeLocation launchOptions:(NSDictionary *)launchOptions bridgeManagerDelegate:(id)delegate; + (void)registerExternalComponent:(NSString *)name callback:(RNNExternalViewCreator)callback; + (UIViewController *)findViewController:(NSString *)componentId; + (RCTBridge *)getBridge; @end