react-native-zendesk
react-native-zendesk copied to clipboard
In ios RNZendesk undefined
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);
}
return RNZendesk undefined. What i made wrong ?
"react-native": "0.61.5", "react-native-zendesk": "^2.1.0" xcode Version 11.2.1 (11B500)
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); }return RNZendesk undefined. What i made wrong ?
"react-native": "0.61.5", "react-native-zendesk": "^2.1.0" xcode Version 11.2.1 (11B500)
you run pod install?
@MariusCatanoiu yes. i think problem was in platform :ios, '9.0'. Min version now 9.3
@romreed I have the same error now. But my version is 10.0. Is working for you?
@MariusCatanoiu after update platform to 9.3 in pod file issue is gone.
@MariusCatanoiu if you need chat try react-native-zendesk-ichat
@romreed not really. but Thanks!