@experiaapp/webchat-react-native 2.0.1 → 2.0.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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
A drop-in **React Native webchat SDK** — real-time chat, media attachments (images, documents, voice notes), and 1:1 video calls — that you embed in your app with a single component. Theming, language (English/Arabic), and behavior are driven by your channel configuration.
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
5
|
+
- Real-time messaging (text, quick replies, message status, unread tracking)
|
|
6
|
+
- Attachments — photos, PDF documents, and recorded voice notes
|
|
7
|
+
- In-app video calls (optional)
|
|
8
|
+
- Server-driven theming + a customizable launcher
|
|
9
|
+
- English / Arabic with full RTL
|
|
10
|
+
- Works in **Expo** and **bare React Native**
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@experiaapp/webchat-react-native",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Experia App live-chat SDK for React Native — drop a real-time support channel (chat, media & video calls) into your app so your customers can reach you with ease.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "lib/index.js",
|