Skip to content

anhtuan7692/com.bittee.libs.deploycenter

Repository files navigation

com.bittee.libs.deploycenter

Getting started

$ npm install com.bittee.libs.deploycenter --save

Mostly automatic installation

$ react-native link com.bittee.libs.deploycenter

iOS add to file Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>app-deploycenter</string>
</array>

Usage

import { DCVersion, setAppKey } from 'com.bittee.libs.deploycenter';
setAppKey(AppID, AppInstallKey);

//check for login
var isAllow = await DCVersion.checkVersion(IsCheckForLogin);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published