I want to show suggested Articles based on FAQs on mobile using
react-native-zendesk
chat SDK. but I don’t find there is any
option that helps to achieve this.
Quick help will be highly appreciated
Thanks
I want to show suggested Articles based on FAQs on mobile using
react-native-zendesk
chat SDK. but I don’t find there is any
option that helps to achieve this.
Quick help will be highly appreciated
Thanks
2
Answers
this code snippet will help you.
Integrate Zendesk Chat SDK in your React Native app
1: first Install the Zendesk Chat SDK
2: Import the Chat module in your React Native component:
3: Initialize the Chat module with your Zendesk account details:
4: Start the chat session:
Complete Example
Hope so it will help you.