0.1.2 • Published 2 years ago

react-native-desk360-module v0.1.2

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

react-native-desk360-module

Unofficial Desk360 Bridge for React Native

Installation

npm install react-native-desk360-module

Usage

import Desk360Module from "react-native-desk360-module";

// ...
// initilaize
//  targetId, pushtoken, name, email are optional you can send empty strings
Desk360Module.intialize('YOUR DESK360 APP KEY', 'name', 'email', 'targetId', 'pushtoken', 'deviceId')

//show
Desk360Module.show()

Contributing

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

License

MIT