Skip to content

Commit 9c06b6c

Browse files
updated version to 5.3.4
1 parent abe1186 commit 9c06b6c

17 files changed

Lines changed: 402 additions & 376 deletions
24.5 KB
Binary file not shown.
-33.9 KB
Binary file not shown.
34.8 KB
Binary file not shown.
-493 KB
Binary file not shown.
494 KB
Binary file not shown.
25.4 KB
Binary file not shown.
-105 KB
Binary file not shown.
10.9 KB
Binary file not shown.

.yarn/install-state.gz

-7.89 KB
Binary file not shown.

ios/MetaMapRNSdk.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ - (void)verificationSuccessWithIdentityId:(NSString *)identityId verificationID:
3737
}
3838
}
3939

40-
- (void)verificationCancelled {
40+
- (void)verificationCancelledWithIdentityId:(NSString *)identityId verificationID:(nullable NSString *)verificationCancelled {
4141
if (hasListeners) {
42-
[self sendEventWithName:@"verificationCanceled" body: nil];
42+
[self sendEventWithName:@"verificationCanceled" body:@{@"identityId": identityId, @"verificationId": verificationID}];
4343
}
4444
}
4545

0 commit comments

Comments
 (0)