Github user acton393 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/1135#discussion_r184366574
  
    --- Diff: ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m ---
    @@ -367,6 +400,11 @@ - (void)registerGlobalFunctions
         }];
         
         [_jsBridge registerCallNativeComponent:^void(NSString *instanceId, 
NSString *componentRef, NSString *methodName, NSArray *args, NSDictionary 
*options) {
    +       
    +#ifdef DEBUG
    +        NSLog(@"test -> action: callNativeComponent ref:%@",componentRef);
    --- End diff --
    
    NSLog 


---

Reply via email to