Búsquedas recientes
No hay búsquedas recientes

Harsh
Incorporación 07 dic 2021
·
Última actividad 08 dic 2021
Seguimientos
0
Seguidores
0
Actividad total
4
Votos
0
Suscripciones
2
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Harsh
Harsh creó una publicación,
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?
Publicado 08 dic 2021 · Harsh
5
Seguidores
26
Votos
26
Comentarios
Harsh creó una publicación,
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?
Publicado 07 dic 2021 · Harsh
0
Seguidores
2
Votos
1
Comentario