Skip to content

Commit c63f62a

Browse files
committed
updated version to 4.7.1
1 parent 839c934 commit c63f62a

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ dependencies {
5757
// https://github.com/facebook/react-native/blob/0.61-stable/template/android/app/build.gradle#L192
5858
//noinspection GradleDynamicVersion
5959
implementation 'com.facebook.react:react-native:+' // From node_modules
60-
implementation 'com.metamap:android-sdk:3.26.0'
60+
implementation 'com.metamap:android-sdk:3.26.1'
6161
}

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.5.4 | 4.7.0 |
11+
| 4.7.1 | 4.7.0 |
1212

1313
## Install MetaMap for React Native Expo
1414

docs/metamap-react-native-expo.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ slug: "react-native-expo"
55
category: 61ae8e8dba577a0010791480
66
---
77

8+
9+
| LTS version (Recommended for most users): | Current Version(Latest features) |
10+
|-------------------------------------------|----------------------------------|
11+
| 4.7.1 | 4.7.0 |
12+
813
# MetaMap React Expo Native Usage Guide
914

1015
This plugin uses the latest versions of the MetaMap iOS and Android SDKs. For more information on the latest native SDK versions, go to:
@@ -17,7 +22,7 @@ This plugin uses the latest versions of the MetaMap iOS and Android SDKs. For mo
1722
The following instructions installs and add Expo to manage your workflow, and assumes you already have [`yarn`](https://classic.yarnpkg.com/lang/en/docs/install/) installed on your system:
1823
1. Install the SDK:
1924
```bash
20-
npm i react-native-expo-metamap-sdk
25+
npm i react-native-expo-metamap-sdk@<version_number>
2126
```
2227
2. Add the following line to your `app.json` file:
2328
```JSON

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.0",
4+
"version": "4.7.1",
55
"description": "Mati React Nastive Plugin",
66
"main": "index.js",
77
"scripts": {
-497 KB
Binary file not shown.
955 KB
Binary file not shown.

0 commit comments

Comments
 (0)