greact-acr-cloud
v0.3.1
Published
[![npm version](http://img.shields.io/npm/v/greact-acr-cloud.svg?style=flat-square)](https://npmjs.org/package/greact-acr-cloud "View this project on npm") [![npm downloads](http://img.shields.io/npm/dm/greact-acr-cloud.svg?style=flat-square)](https://npm
Downloads
1
Readme
greact-acr-cloud
Install
npm i --save greact-acr-cloud
| React Native version(s) | Supporting greact-acr-cloud version(s) | |-------------------------|-------------------------------------------| | v0.44.0+ | v0.3.1 |
Stable version
v0.3.1
Usage
import greactAcrCloud from "greact-acr-cloud";
greactAcrCloud.init({
host: "",
accessKey: "",
accessSecret: "",
timeout: ""
})
greactAcrCloud.start()
.then((response) => {
console.log(response);
});
greactAcrCloud.stop()
Props
Prop | Type | Optional | Default | Description --------------------- | -------- | -------- | ------------------------- | ----------- host | string | No | | The host of API accessKey | string | No | | The Access Key accessSecret | string | No | | The Access Secret timeout | number | Yes | | The timeout in second
MIT Licensed