0.4.2 • Published 3 years ago

@shobbak/react-native-zendesk-sdk v0.4.2

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

react-native-zendesk-sdk

React Native ZendeskSDK Wrapper

Installation

yarn add @shobbak/react-native-zendesk-sdk

Usage

import ZendeskSdk from "react-native-zendesk-sdk";

// ...

const result = await ZendeskSdk.initialize({
        appId: 'APP_ID',
        clientId: 'CLIENT_ID',
        zendeskUrl: 'YOUR_ZENDESK_DOMAIN',
        user: {
          userToken: 'USER_TOKEN',
        },
        device:{
            devicId: 'DEVICE_IDENTIFIER',
            locale: 'ar',
        }
      });

Contributing

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

License

MIT

0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago