@naluri-hidup/naluri-chat-sdk
v0.1.0-beta.54
Published
### Importing library
Readme
Naluri chat sdk
Importing library
You can import the generated bundle to use the whole
import NaluriChat from 'NaluriChat';Additionally, you can import the transpiled modules from dist/lib in case you have a modular library:
import queryChannels from 'NaluriChat/dist/lib/querychannels';Commands
yarn test: Run test suiteyarn start: Runyarn buildin watch modeyarn build: Generate bundles and typings, create docsyarn lint: Lints code
Testing
Integration Test on naluri-chat-sdk-demo
- at
naluri-chat-sdkrepo: runyarn push - at your emulator, if you are running on existing terminal and built app, please try to stop the terminal process and delete the app first
- at
naluri-chat-sdk-demorepo: runyarn clean
