@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;

Readme

Keywords

none

Package Sidebar

Install

npm i @tabtree/react-native-chatbot

Weekly Downloads

25

Version

0.0.46

License

ISC

Unpacked Size

114 kB

Total Files

34

Last publish

Collaborators

  • tabtree