react-native-zendesk icon indicating copy to clipboard operation
react-native-zendesk copied to clipboard

Zendesk SDK for React Native

Results 12 react-native-zendesk issues
Sort by recently updated
recently updated
newest added

Updated Zendesk SDK of Android and iOS. Android SDK Bridge updated with new SDK functions.

Update iOS SDK to latest, fix Swift 5.2 compiler error. Close #23

Hi, I am encountering problem on attachment > gallery button has an offset click detection. Users have to click at the corner right to open gallery from this button. Is...

If I run "react-native run-android" after "yarn add react-native-zendesk" * What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. > Could not resolve all task dependencies for configuration...

Can you please add package.lock to this repo, so that we can lock our npm to a certain commit?The thing is, there is some code already in master branch(Android RN...

I have added your package: ``` $ yarn add react-native-zendesk $ react-native link react-native-zendesk ``` then I tried to install pod file, but it was failed. ``` $ pod install...

Hi, sorry but I really don't understand how the package has to work. I installed it, no errors, I am using the method `identifyJWT(token)`, after that if I wanna see...

I install react-native-zendesk like in readme wrote and try RNZendesk.initialize but RNZendesk is undefined. I found ``` var RNZendesk = react_native_1.NativeModules.RNZendesk; // MARK: - Initialization function initialize(config) { RNZendesk.initialize(config); }...