React Native ZendeskSDK Wrapper
yarn add @shobbak/react-native-zendesk-sdk
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',
}
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT