@tabtree/react-native-chatbot

0.0.46 • Public • Published

ChatBot Plugin for React Native

A lightweight and customizable chatbot component for React Native, developed by TabTree.

✨ Features

  • 🚀 Easy integration with your React Native app
  • 🔐 Secure authentication using appName and token
  • 🎨 Customizable UI with color themes
  • 📡 Real-time chat via WebSocket

📦 Installation

npm install @tabtree/react-native-chatbot

## 🚀 Usage

Import and use the `ChatBot` component:

```jsx
import ChatBot from "@tabtree/react-native-chatbot";

const App = () => {
  return (
    <ChatBot
      appName="Aruvi"
      token="your-secure-token"
      colors={{
        primary: "#484583", // Dark background
        secondary: "#D4D0FF", // Light background
      }}
    />
  );
};

export default App;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.461latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.461
0.0.450
0.0.440
0.0.430
0.0.420
0.0.400
0.0.390
0.0.380
0.0.370
0.0.360
0.0.350
0.0.340
0.0.330
0.0.320
0.0.310
0.0.300
0.0.290
0.0.281
0.0.271
0.0.260
0.0.250
0.0.240
0.0.230
0.0.220
0.0.211
0.0.200
0.0.190
0.0.180
0.0.170
0.0.161
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.11

Package Sidebar

Install

npm i @tabtree/react-native-chatbot

Weekly Downloads

6

Version

0.0.46

License

ISC

Unpacked Size

114 kB

Total Files

34

Last publish

Collaborators

  • tabtree