最近の検索
最近の検索はありません

Harsh
参加日2021年12月07日
·
前回のアクティビティ2021年12月08日
フォロー中
0
フォロワー
0
合計アクティビティ
4
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Harsh
Harshさんが投稿を作成しました:
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') }
- Unable to modify UI of screen
- Screen response with bot only (api group: 'com.zendesk', name: 'chat', version: '2.2.0')
- 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さんが投稿を作成しました:
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'
inside 'allprojects->repositories' block added
maven { url ('https://zendesk.jfrog.io/zendesk/repo') }
- Unable to modify UI of screen
- Screen response with bot only (api group: 'com.zendesk', name: 'chat', version: '2.2.0')
- 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
コメント