https://github.com/zoho/zoho-desk-asap-react-native-sample
https://github.com/zoho/zoho-desk-asap-react-native-sample
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoho/zoho-desk-asap-react-native-sample
- Owner: zoho
- Created: 2021-04-08T09:46:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T10:34:01.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T18:49:23.915Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoho-Desk-ASAP-React-Native-sample
# ZohoDesk-PortalSDK-sample-apps-android
Sample js code implementing Zoho Desk Portal (ASAP) SDK on React-Native Platform
# How to use
This project contains the App.js file only to refere how to access the SDK's funtions from the App. Before checking this, please refer to our help document available at https://help.zoho.com/portal/en/kb/desk/for-developers/asap/react-native-sdk/articles/working-with-the-asap-sdk-for-react-native to integrate our ASAP SDK with your Application. Once the integration of the SDK is done,
# Configure app
In App.js, there will be a initialise() method call. You need to replace your app details there.
# Push Notification
For push notifications,
For Andoid,
You need to configure the app with your firebase account and replace your goole-service.json at android/app (App module available under the Andorid directory)