#import #import #import "ReactNativeNavigation.h" #import "RNNLayoutInfo.h" @interface RNNExternalComponentStore : NSObject - (void)registerExternalComponent:(NSString *)name callback:(RNNExternalViewCreator)callback; - (UIViewController *)getExternalComponent:(RNNLayoutInfo *)layoutInfo bridge:(RCTBridge *)bridge; @end