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