@sendbird/ai-agent-messenger-react-native 0.0.1-beta.6 → 1.0.0
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 -2
- package/dist/icons/icon-delight.png +0 -0
- package/dist/icons/icon-delight@2x.png +0 -0
- package/dist/icons/icon-delight@3x.png +0 -0
- package/dist/icons/icon-thumbnail-none.png +0 -0
- package/dist/icons/icon-thumbnail-none@2x.png +0 -0
- package/dist/icons/icon-thumbnail-none@3x.png +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +128 -34
- package/dist/index.js +2829 -2473
- package/package.json +13 -8
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Delight AI Agent Messenger for React-Native
|
|
2
2
|
|
|
3
|
-
A React-Native component library for integrating
|
|
3
|
+
A React-Native component library for integrating Delight's AI Agent chatbot functionality into your React-Native applications. This package provides pre-built UI components and hooks to quickly add intelligent conversational AI to your mobile app.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|