0.1.0 • Published 2 years ago

ixo-assistant-react-native v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ixo-assistant-react-native

The IXO assistant library for react native

Installation

npm install ixo-assistant-react-native

Usage

import { useBot } from 'ixo-assistant-react-native';

// ...

const bot = useBot({
  sockUrl?: any;
  sockOpts?: any;
  initSessionId?: number;
  initMsg?: any;
  onError?: any;
  onUtter?: any;
  });

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT