@cometchat/calls-sdk-react-native 4.2.0 → 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.
Files changed (3) hide show
  1. package/README.md +23 -19
  2. package/dist/index.js +102 -102
  3. package/package.json +4 -7
package/README.md CHANGED
@@ -1,27 +1,31 @@
1
- <div style="width:100%">
2
- <div style="width:100%">
3
- <div style="width:50%; display:inline-block">
4
- <a href="https://www.cometchat.com/">
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 Pro enables you to add voice, video & text chat for your website & app.
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
- 📝 Please refer to our [Developer Documentation](https://www.cometchat.com/docs/home/welcome) for more information on how to configure the CometChat Pro SDK and implement various features using the same.
21
+ ---
20
22
 
21
- <hr/>
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
- ## Contact :mailbox:
27
+ ---
24
28
 
25
- Contact us via real time support present in [CometChat Dashboard.](https://app.cometchat.io/)
26
29
 
27
- <hr/>
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/).