@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.
- package/README.md +3 -3
- 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-
|
|
11
|
-
<img src="https://img.shields.io/npm/v/@soyio/soyio-
|
|
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-
|
|
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
|
|