#import #import "RNNReactView.h" #import "RNNComponentOptions.h" #import "RNNStore.h" #import "RNNRootViewCreator.h" @interface RNNReactComponentRegistry : NSObject - (instancetype)initWithCreator:(id)creator; - (RNNReactView *)createComponentIfNotExists:(RNNComponentOptions *)component parentComponentId:(NSString *)parentComponentId reactViewReadyBlock:(RNNReactViewReadyCompletionBlock)reactViewReadyBlock; - (void)removeComponent:(NSString *)componentId; - (void)clean; @end