Package Exports
- @numacom/react-native-zendesk-sdk
- @numacom/react-native-zendesk-sdk/lib/commonjs/index.js
- @numacom/react-native-zendesk-sdk/lib/module/index.js
- @numacom/react-native-zendesk-sdk/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@numacom/react-native-zendesk-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-zendesk-sdk
React Native wrapper for Zendesk SDKs, mostly chat and help center support
Installation
npm install react-native-zendesk-sdkUsage
import { multiply } from "react-native-zendesk-sdk";
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT