Skip to content

hamadasamir85/react-native-zendesk-sdk

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.5%
  • Swift 42.2%
  • TypeScript 5.2%
  • Objective-C 4.7%
  • Ruby 3.1%
  • JavaScript 0.3%