@appcues/segment-react-native 0.1.0-beta1 → 3.1.0
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,6 +37,10 @@ const segmentClient = createClient({
|
|
|
37
37
|
segmentClient.add({ plugin: new AppcuesPlugin() });
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
## Supporting Builder Preview and Screen Capture
|
|
41
|
+
|
|
42
|
+
During installation, follow the steps outlined in in the Appcues React Native Module documentation for [Configuring the Appcues URL Scheme](https://github.com/appcues/appcues-react-native-module/blob/main/docs/URLSchemeConfiguring.md). This is necessary for the complete Appcues builder experience, supporting experience preview, screen capture and debugging.
|
|
43
|
+
|
|
40
44
|
## Support
|
|
41
45
|
|
|
42
46
|
Please use Github issues, Pull Requests, or feel free to reach out to our [support team](support@appcues.com).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcues/segment-react-native",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Segment destination plugin for Appcues.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@segment/analytics-react-native": "*",
|
|
45
|
-
"@appcues/react-native": "^
|
|
45
|
+
"@appcues/react-native": "^3.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/core": "^7.12.10",
|