Explorar el Código

Change screenChange eventName key to id (#804)

Guy Carmeli hace 7 años
padre
commit
730abb24e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ios/RCCViewController.m

+ 1
- 1
ios/RCCViewController.m Ver fichero

@@ -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
     }