simonox / NativeScript-Status-Bar

A simple NativeScript plugin for controlling status bar visibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeScript StatusBar plugin

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");
  • show()
    Shows the status bar.

  • hide()
    Hides the status bar.

About

A simple NativeScript plugin for controlling status bar visibility.

License:Apache License 2.0


Languages

Language:JavaScript 58.7%Language:TypeScript 41.3%