This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

nativescript-block-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Block UI apple android

Support

Support Android & iOS.

Installation

tns plugin add nativescript-block-ui

Usage

import { BlockUI } from "nativescript-block-ui";

export class Block {

    private blockUI: BlockUI;

    constructor() {
        this.blockUI = new BlockUI();
    }

    public lock() {
        this.blockUI.lock();
    }

    public unlock() {
        this.blockUI.unlock();
    }
}

License

Apache License Version 2.0, January 2004

Package Sidebar

Install

npm i nativescript-block-ui

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

20.6 kB

Total Files

17

Last publish

Collaborators

  • alanneri