|
|
@@ -14,7 +14,7 @@ typedef void (^RNNTransitionCompletionBlock)(void);
|
|
14
|
14
|
-(void) removeComponentByViewControllerInstance:(UIViewController*)componentInstance;
|
|
15
|
15
|
|
|
16
|
16
|
- (void)registerExternalComponent:(NSString *)name callback:(RNNExternalViewCreator)callback;
|
|
17
|
|
-- (UIViewController *)getExternalComponent:(NSString *)name props:(NSDictionary*)props;
|
|
|
17
|
+- (UIViewController *)getExternalComponent:(NSString *)name props:(NSDictionary*)props bridge:(RCTBridge*)bridge;
|
|
18
|
18
|
|
|
19
|
19
|
-(NSString*)componentKeyForInstance:(UIViewController*)instance;
|
|
20
|
20
|
|