Skip to content

Commit 0a200ef

Browse files
authored
Updated README.md
1 parent bbb05fa commit 0a200ef

6 files changed

+39
-12
lines changed

README.md

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,45 @@
44

55
# React Native Sample App by CometChat
66

7-
This is a reference application showcasing the integration of [**CometChat's React Native UI Kit**](https://www.cometchat.com/docs/v4/react-native-uikit/overview) in React Native. It offers developers practical examples for incorporating real-time messaging, as well as voice and video calling functionalities, into their React Native-based applications.
7+
This is a reference application showcasing the integration of [CometChat's React Native UI Kit](https://www.cometchat.com/docs/v4/react-native-uikit/overview) in React Native. It offers developers practical examples for incorporating real-time messaging, as well as voice and video calling functionalities, into their React Native-based applications.
8+
<table>
9+
<tr>
10+
<td valign="center" style="text-align: center">
11+
<div style="
12+
display: flex;
13+
align-items: center;
14+
justify-content: center;">
15+
<img src="./Screenshots/overview_cometchat_screens_ios.png">
16+
</div>
17+
<div style="
18+
display: flex;
19+
align-items: center;
20+
justify-content: center;">
21+
React Native: iOS
22+
</div>
23+
</td>
24+
</tr>
25+
</table>
26+
<hr />
27+
<table>
28+
<tr>
29+
<td valign="center" style="text-align: center">
30+
<div style="
31+
display: flex;
32+
align-items: center;
33+
justify-content: center;">
34+
<img src="./Screenshots/overview_cometchat_screens_android.png">
35+
</div>
36+
<div style="
37+
display: flex;
38+
align-items: center;
39+
justify-content: center;">
40+
React Native: Android
41+
</div>
42+
</td>
43+
</tr>
44+
</table>
45+
846

947
## Prerequisites
1048

@@ -45,17 +83,6 @@ This is a reference application showcasing the integration of [**CometChat's Rea
4583
npm run ios
4684
```
4785

48-
<table>
49-
<tr>
50-
<td valign="center">
51-
<img src="./Screenshots/login.png" alt="login" width="300">
52-
</td>
53-
<td valign="center">
54-
<img src="./Screenshots/login-android.png" alt="login" width="250">
55-
</td>
56-
</tr>
57-
</table>
58-
5986
## Help and Support
6087

6188
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/react-native-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).

Screenshots/login-android.png

-89 KB
Binary file not shown.

Screenshots/login.png

-798 KB
Binary file not shown.

Screenshots/logo.png

-12.3 KB
Binary file not shown.
Loading
3.81 MB
Loading

0 commit comments

Comments
 (0)