@sendbird/ai-agent-messenger-react-native 1.9.0 → 1.10.1
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 +2 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +52 -6
- package/dist/index.js +2141 -1970
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ You can find them under the **Channels** > **Messenger** menu on the Delight AI
|
|
|
35
35
|
- React >= 18.0.0
|
|
36
36
|
- React Native >= 0.80.0
|
|
37
37
|
- @sendbird/chat ^4.19.0
|
|
38
|
+
- @react-native-clipboard/clipboard >= 1.0.0
|
|
38
39
|
- react-native-mmkv >= 3.0.0
|
|
39
40
|
- react-native-safe-area-context >= 5.0.0
|
|
40
41
|
- date-fns >= 4.0.0
|
|
@@ -50,7 +51,7 @@ Quickly install and initialize the AI Agent SDK by following the steps below.
|
|
|
50
51
|
Install the package with its peer dependencies using npm or yarn:
|
|
51
52
|
|
|
52
53
|
```bash
|
|
53
|
-
npm install @sendbird/ai-agent-messenger-react-native @sendbird/chat react-native-mmkv react-native-safe-area-context date-fns
|
|
54
|
+
npm install @sendbird/ai-agent-messenger-react-native @sendbird/chat @react-native-clipboard/clipboard react-native-mmkv react-native-safe-area-context date-fns
|
|
54
55
|
```
|
|
55
56
|
|
|
56
57
|
**(Optional) File attachment support:**
|