@soyio/soyio-rn-sdk 0.2.12 → 0.2.13

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,8 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <a href="https://www.npmjs.com/package/@soyio/soyio-webview-rn" target="_blank">
11
- <img src="https://img.shields.io/npm/v/@soyio/soyio-webview-rn?label=version&logo=nodedotjs&logoColor=%23fff&color=306998" alt="NPM - Version">
10
+ <a href="https://www.npmjs.com/package/@soyio/soyio-rn-sdk" target="_blank">
11
+ <img src="https://img.shields.io/npm/v/@soyio/soyio-rn-sdk?label=version&logo=nodedotjs&logoColor=%23fff&color=306998" alt="NPM - Version">
12
12
  </a>
13
13
  </p>
14
14
 
@@ -139,7 +139,7 @@ This will create a `soyio-soyio-rn-sdk-x.x.x.tgz` file (with the corresponding p
139
139
  }
140
140
  ```
141
141
 
142
- Where `./path/to/soyio-soyio-webview-rn-x.x.x.tgz` corresponds to the path to the `.tgz` file created on the `npm pack` step. After running `npm install` on the new React Native app, you should be able to use Soyio React Native to import the Soyio View.
142
+ Where `./path/to/soyio-soyio-rn-sdk-x.x.x.tgz` corresponds to the path to the `.tgz` file created on the `npm pack` step. After running `npm install` on the new React Native app, you should be able to use Soyio React Native to import the Soyio View.
143
143
 
144
144
  If you want to create a new _release_, you can run:
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-rn-sdk",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Soyio-id/soyio-webview-rn.git"