-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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 config = {
appId: 'abc123',
zendeskUrl: 'https://foo.zendesk.com',
clientId: 'mobile_sdk_client_123456'
};
console.warn(RNZendesk)
}
PS: I only tried on iOS.
Metadata
Metadata
Assignees
Labels
No labels