react-native-zohodesk-portal-sdk
v2.0.1
Published
## Getting started
Downloads
2,611
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.
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