0.3.0 • Published 4 years ago
react-native-rn-cirrus-md-sdk-library v0.3.0
react-native-rn-cirrus-md-sdk-library
Bridge for CirrusMD SDK
Installation
npm install react-native-rn-cirrus-md-sdk-library
Android
In build.grandle (project level): minSdkVersion = 24 grandle build tools classpath => "com.android.tools.build:gradle:3.6.1"
In allprojects - repositories make sure you have: maven { url "https://appboy.github.io/appboy-android-sdk/sdk" } maven { url "http://tokbox.bintray.com/maven" } google() jcenter() maven { url 'https://www.jitpack.io' }
Usage
import RnCirrusMdSdkLibrary from "react-native-rn-cirrus-md-sdk-library";
// ...
RnCirrusMdSdkLibrary.login() - wait couple of seconds for login to finish (it's not promise yet) :)
RnCirrusMdSdkLibrary.loadCirrusActivity()
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT