magnusai-chatbot-react-native
v0.0.9
Published
React Native SDK for magnus AI chatbot
Readme
magnusai-chatbot-react-native
React Native SDK for magnus AI chatbot
Installation
npm install magnusai-chatbot-react-native react-native-webviewUsage
import MagnusAIChatBot from 'magnusai-chatbot-react-native';
// ...
<MagnusAIChatBot
bgStyle={{
position: 'absolute',
top: 17,
right: 17,
borderRadius: 50
}} // for a floating button on top left
brain_id={"your-brain-id-from-the-dashboard"}
/>License
MIT
Made with create-react-native-library
