nativescript-status-bar
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Build Status npm downloads npm downloads npm

A simple NativeScript plugin for controlling status bar visibility.

Installation

Run the following command from the root of your project:

tns plugin add nativescript-status-bar

This command automatically installs the necessary files, as well as stores nativescript-drop-down as a dependency in your project's package.json file.

API

// Get reference to the Status Bar plugin module
import statusBar = require("nativescript-status-bar");

For Angular:

// Get reference to the Status Bar plugin module
import * as statusBar from 'nativescript-status-bar'
  • show()
    Shows the status bar.

  • hide()
    Hides the status bar.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    4
  • 1.1.1
    15
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i nativescript-status-bar

Weekly Downloads

9

Version

1.2.0

License

Apache-2.0

Unpacked Size

14.9 kB

Total Files

7

Last publish

Collaborators

  • pstaev