Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-zohodesk-portal-sdk

zoho2.5kISC2.0.1

Getting started

Zoho, Desk

readme

react-native-zohodesk-portal-sdk

Getting started

From npm

$ npm install react-native-zohodesk-portal-sdk --save

Mostly automatic installation

$ react-native link react-native-zohodesk-portal-sdk

From Yarn

yarn add react-native-zohodesk-portal-sdk

Android

Open the android folder of your react-native project in Android Studio. Add the following maven repository in the project level build.gradle file.

allprojects { repositories { google() maven { url 'https://maven.zohodl.com' } maven { url "https://downloads.zohocdn.com/wmslibrary" } } }

Help Document

Help document is available at Working with the ASAP SDK for React Native