소스 검색

Change screenChange eventName key to id (#804)

Guy Carmeli 8 년 전
부모
커밋
730abb24e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m 파일 보기

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