최근 검색


최근 검색 없음

Harsh's Avatar

Harsh

가입한 날짜: 2021년 12월 07일

·

마지막 활동: 2021년 12월 08일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Harsh

Harsh님이 에 게시물을 만듦

게시물 Feedback - Developer Platform

 I have used the below package in react-native and did necessary changes in 'build.gradle'.


package used: https://www.npmjs.com/package/react-native-zendesk-chat
changes in 'android/app/build.gradle' :

inside 'dependencies' block

         dependencies {

 
    //api group: 'com.zendesk', name: 'support', version: '5.0.5'
    api group: 'com.zendesk', name: 'chat', version: '2.2.0'
    api group: 'com.zendesk', name: 'messaging', version: '4.3.1'

 

changes in 'android/build.gradle' :
     inside 'allprojects->repositories' block added 

  maven { url ('https://zendesk.jfrog.io/zendesk/repo') }

 

ISSSUE:
 
  I got a chat screen, but was unable to do the below changes
  1. Unable to modify UI of screen
  2. Screen response with bot only (api group: 'com.zendesk', name: 'chat', version: '2.2.0')
  3. Uncommenting  "api group: 'com.zendesk', name: 'support', version: '5.0.5'" crashes app.

 

SUPPORT/SOLUTION NEEDED :
What setting do I need to do, to get our customers to get connected with our support executives?
Is the package used is correct for react-native (hybrid app) ?
How can I modify routing and UI for the zendesk chat screen?

 

 

 

 

 

2021년 12월 08일에 게시됨 · Harsh

5

팔로워

26

투표 수

26

댓글


Harsh님이 에 게시물을 만듦

게시물 Feedback - Apps and integrations (Platform)

Hi, I have used the below package in react-native and did necessary changes in 'build.gradle'.


package used: https://www.npmjs.com/package/react-native-zendesk-chat
changes in 'android/app/build.gradle' :
     inside 'dependencies' block

         dependencies {

 
    //api group: 'com.zendesk', name: 'support', version: '5.0.5'
    api group: 'com.zendesk', name: 'chat', version: '2.2.0'
    api group: 'com.zendesk', name: 'messaging', version: '4.3.1'
 
changes in 'android/build.gradle' :
     inside 'allprojects->repositories' block added 
                       
               maven { url ('https://zendesk.jfrog.io/zendesk/repo') }
 
 
ISSSUE:
 
  I got a chat screen, but was unable to do the below changes
  1. Unable to modify UI of screen
  2. Screen response with bot only (api group: 'com.zendesk', name: 'chat', version: '2.2.0')
  3. Uncommenting  "api group: 'com.zendesk', name: 'support', version: '5.0.5'" crashes app.

    SUPPORT/SOLUTION NEEDED :
    What setting do I need to do, to get our customers to get connected with our support executives?
    Is the package used is correct for react-native (hybrid app) ?
    How can I modify routing and UI for the zendesk chat screen?
                       
 

2021년 12월 07일에 게시됨 · Harsh

0

팔로워

2

투표 수

1

댓글