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

Hi all, I'm trying to compile an app with the RN Zendesk library but I get around 45 errors(most of them mentioning Swift) when building the application. Any idea on...

Hi, I'm using RN 0.60.5. And installed using `npm install --save react-native-zendesk`, but when I call `RNZendesk` I get null, example: ``` const { RNZendesk } = NativeModules; componentWillMount(){ const...