
# 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](https://help.zoho.com/portal/en/kb/desk/for-developers/asap/react-native-sdk/articles/working-with-the-asap-sdk-for-react-native) 
