@cometchat/calls-sdk-react-native 4.2.1 → 4.2.2
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 +23 -19
- package/package.json +4 -7
package/README.md
CHANGED
|
@@ -1,27 +1,31 @@
|
|
|
1
|
-
<
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<p align="center">
|
|
6
|
-
<img style="text-align:center" width="180" height="180" alt="" src="https://avatars2.githubusercontent.com/u/45484907?s=200&v=4">
|
|
7
|
-
</p>
|
|
8
|
-
</a>
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
</br>
|
|
12
|
-
</br>
|
|
13
|
-
</div>
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
14
5
|
|
|
15
6
|
# CometChat React Native Calls SDK
|
|
16
7
|
|
|
17
|
-
CometChat
|
|
8
|
+
CometChat enables you to add voice, video & text chat for your website & app.
|
|
9
|
+
___
|
|
10
|
+
|
|
11
|
+
## Prerequisites :star:
|
|
12
|
+
|
|
13
|
+
Before starting, ensure you have set up your React Native development environment correctly by following the guide at https://reactnative.dev/docs/environment-setup
|
|
14
|
+
|
|
15
|
+
___
|
|
16
|
+
|
|
17
|
+
## Setting up React Native Calls SDK
|
|
18
|
+
Follow the official React Native Calls SDK setup guide in our documentation:
|
|
19
|
+
https://www.cometchat.com/docs/sdk/react-native/overview
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
---
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
## Checkout our sample apps
|
|
24
|
+
Explore our React Native sample apps & UI Kit examples here:
|
|
25
|
+
https://github.com/cometchat/cometchat-uikit-react-native/tree/v5/examples
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
---
|
|
24
28
|
|
|
25
|
-
Contact us via real time support present in [CometChat Dashboard.](https://app.cometchat.io/)
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
## Help and Support
|
|
31
|
+
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cometchat/calls-sdk-react-native",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Cometchat React Native Calling component for iOS and Android",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -29,13 +29,10 @@
|
|
|
29
29
|
"ios",
|
|
30
30
|
"android"
|
|
31
31
|
],
|
|
32
|
-
"repository": "https://github.com/
|
|
33
|
-
"author": "
|
|
32
|
+
"repository": "https://github.com/cometchat/calls-sdk-react-native",
|
|
33
|
+
"author": "Cometchat Team (https://cometchat.com)",
|
|
34
34
|
"license": "https://www.cometchat.com/legal-terms-of-service",
|
|
35
|
-
"
|
|
36
|
-
"url": "https://github.com/github_account/react-native-react-native-cometchat-rtc/issues"
|
|
37
|
-
},
|
|
38
|
-
"homepage": "https://github.com/github_account/react-native-react-native-cometchat-rtc#readme",
|
|
35
|
+
"homepage": "https://www.cometchat.com/docs/sdk/react-native/calling-overview",
|
|
39
36
|
"publishConfig": {
|
|
40
37
|
"registry": "https://registry.npmjs.org/"
|
|
41
38
|
},
|