rn-erxes-sdk 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ erxes is composed of 2 main components: **XOS** & **Plugins**
|
|
|
87
87
|
|
|
88
88
|
## Usage
|
|
89
89
|
|
|
90
|
-
<img src="https://raw.githubusercontent.com/erxes/rn-erxes-sdk/
|
|
90
|
+
<img src="https://raw.githubusercontent.com/erxes/rn-erxes-sdk/main/MOBILE-SDK.png" alt="rn-erxes-sdk messenger screenshot" width="350">
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
@@ -111,7 +111,21 @@ or npm:
|
|
|
111
111
|
npm install --save rn-erxes-sdk
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
```bash
|
|
115
|
+
npm i rn-erxes-sdk
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
These commands install the latest version published to **npm** (currently `0.1.26`). To install or upgrade to a specific version, pin it explicitly:
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
yarn add rn-erxes-sdk@0.1.26
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
npm i rn-erxes-sdk@0.1.26
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Pushing code to GitHub does **not** automatically update the npm package — a new version must be published explicitly (see [Maintainer workflow](#maintainer-workflow)).
|
|
115
129
|
|
|
116
130
|
## Required peer dependencies
|
|
117
131
|
|