Skip to content

Commit 0e37097

Browse files
committed
updated version to 4.11.6
1 parent a9db13a commit 0e37097

7 files changed

Lines changed: 6 additions & 6 deletions

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.11.4 | 4.11.4 |
11+
| 4.11.5 | 4.11.5 |
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
@@ -12,7 +12,7 @@ @implementation MetaMapRNSdk {
1212
dispatch_async(dispatch_get_main_queue(), ^(void){
1313
NSMutableDictionary *mutableDictionary = [metadata mutableCopy]; //Make the dictionary mutable to change/add
1414
mutableDictionary[@"sdkType"] = @"react-native-ios";
15-
[MetaMap.shared showMetaMapFlowWithClientId: clientId flowId: flowId metadata: metadata];
15+
[MetaMap.shared showMetaMapFlowWithClientId: clientId flowId: flowId configurationId: nil encryptionConfigurationId: nil metadata: metadata];
1616
[MetaMapButtonResult shared].delegate = self;
1717
self->hasListeners = YES;
1818
});

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.11.4",
4+
"version": "4.11.6",
55
"description": "Mati React Nastive Plugin",
66
"main": "index.js",
77
"scripts": {

react-native-metaMap-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.requires_arc = true
2121

2222
s.dependency "React"
23-
s.dependency "MetaMapSDK"
23+
s.dependency 'MetaMapSDK', "~> 3.14.2"
2424
# s.dependency "..."
2525
end
2626

-457 KB
Binary file not shown.
457 KB
Binary file not shown.

0 commit comments

Comments
 (0)