@sentiance-react-native/legacy 6.26.0-rc.2 → 6.27.0-rc.1
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 +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# Sentiance Legacy module for React Native
|
|
2
2
|
|
|
3
|
-
## Demo Application
|
|
3
|
+
## Demo Application (RN CLI)
|
|
4
4
|
|
|
5
5
|
https://github.com/sentiance/sample-apps-react-native
|
|
6
6
|
|
|
7
|
+
## Demo Application (Expo)
|
|
8
|
+
|
|
9
|
+
https://github.com/sentiance/sentiance.sdk.sample-apps-expo
|
|
10
|
+
|
|
7
11
|
## Usage
|
|
8
12
|
|
|
9
13
|
To use the legacy SDK module, please visit the corresponding [API reference page.](https://docs.sentiance.com/important-topics/sdk/api-reference/react-native/legacy)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentiance-react-native/legacy",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.27.0-rc.1",
|
|
4
4
|
"description": "The Sentiance Legacy library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"sentiance"
|
|
11
11
|
],
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@sentiance-react-native/crash-detection": "6.
|
|
13
|
+
"@sentiance-react-native/crash-detection": "6.27.0-rc.1"
|
|
14
14
|
},
|
|
15
15
|
"author": "",
|
|
16
16
|
"license": "",
|