소스 검색

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
     }