0.8.33 • Published 4 months ago

conversation-ai v0.8.33

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 months ago

conversation-ai

A React Native library that leverages react-native-gifted-chat to render a chat interface with service AI.

Description

conversation-ai is designed to simplify the integration of chat functionalities in your React Native applications. It provides a set of components and utilities that work out of the box with react-native-gifted-chat to create a seamless chat experience powered by AI services.

Installation

To install the library, run the following command in your React Native project:

yarn add conversation-ai

Usage

To use conversation-ai in your project, import the necessary components and initialize them as follows:

import { ConversationAi } from 'conversation-ai';

// ...

const YourChatComponent = () => {
  // Your chat logic here

  return (
    <ConversationAi
    // ... your props and configuration
    />
  );
};

export default YourChatComponent;

Example

Check out the example/ directory for a sample app demonstrating the usage of conversation-ai. You can run the example by running

  yarn example web

Contributing Contributions are very welcome! Please read our CONTRIBUTING.md for details on the process for submitting pull requests to us.

Development Workflow Please refer to CONTRIBUTING.md for details on our development workflow.

License This project is licensed under the MIT License - see the LICENSE file for details.

Author Andrea Grossetti - visup.it

Acknowledgments Made with create-react-native-library

Bugs and Feedback For bugs, questions, and discussions, please use the GitHub Issues.

Keywords react-native ios android chat ai gifted-chat For more information, please refer to the library's homepage.

0.8.33

4 months ago

0.8.30

4 months ago

0.8.32

4 months ago

0.8.31

4 months ago

0.8.29

4 months ago

0.8.23

4 months ago

0.8.22

4 months ago

0.8.25

4 months ago

0.8.24

4 months ago

0.8.21

4 months ago

0.8.20

4 months ago

0.8.19

4 months ago

0.8.27

4 months ago

0.8.16

4 months ago

0.8.26

4 months ago

0.8.15

4 months ago

0.8.18

4 months ago

0.8.28

4 months ago

0.8.17

4 months ago

0.8.12

5 months ago

0.8.14

5 months ago

0.8.13

5 months ago

0.8.11

5 months ago