瀏覽代碼

Change screenChange eventName key to id (#804)

Guy Carmeli 7 年之前
父節點
當前提交
730abb24e3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m 查看文件

@@ -185,7 +185,7 @@ const NSInteger TRANSPARENT_NAVBAR_TAG = 78264803;
185 185
             [[[RCCManager sharedInstance] getBridge].eventDispatcher sendAppEventWithName:rootView.appProperties[@"navigatorEventID"] body:@
186 186
              {
187 187
                  @"type": @"ScreenChangedEvent",
188
-                 @"method": eventName
188
+                 @"id": eventName
189 189
              }];
190 190
         }
191 191
     }