Browse Source

Change screenChange eventName key to id (#804)

Guy Carmeli 7 years ago
parent
commit
730abb24e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m View File

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
     }