Skip to content

Commit 71b9e63

Browse files
committed
updated version to 4.7.2
1 parent c63f62a commit 71b9e63

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/metaMap-reactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
88

99
| LTS version (Recommended for most users): | Current Version(Latest features) |
1010
|-------------------------------------------|----------------------------------|
11-
| 4.7.1 | 4.7.0 |
11+
| 4.7.2 | 4.7.2 |
1212

1313
## Install MetaMap for React Native Expo
1414

ios/MetaMapRNSdk.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ @implementation MetaMapRNSdk {
2020

2121
- (void)verificationSuccessWithIdentityId:(NSString *)identityId verificationID:(nullable NSString *)verificationID {
2222
if (hasListeners) {
23-
[self sendEventWithName:@"verificationSuccess" body:@{@"With Identity Id": identityId, @"With Verification Id": verificationID}];
23+
[self sendEventWithName:@"verificationSuccess" body:@{@"identityId": identityId, @"verificationId": verificationID}];
2424
}
2525
}
2626

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-metamap-sdk",
33
"title": "React Native MetaMap Id Sdk",
4-
"version": "4.7.1",
4+
"version": "4.7.2",
55
"description": "Mati React Nastive Plugin",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)