Freeday AI chatbot integration for React Native
npm install webchat-app-react-native
import { ChatWidget } from 'webchat-app-react-native';
// ...
<ChatWidget
token={TOKEN}
baseUrl={BASE URL}
/>;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library