React Native SDK for magnus AI chatbot
npm install magnusai-chatbot-react-native react-native-webview
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"}
/>
MIT
Made with create-react-native-library