# apolloai-nativescript-status-bar

> A simple NativeScript plugin for controlling status bar visibility.

Latest version **1.1.0** (published 2019-07-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install apolloai-nativescript-status-bar
pnpm add apolloai-nativescript-status-bar
yarn add apolloai-nativescript-status-bar
bun add apolloai-nativescript-status-bar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2019-07-29 |
| First published | 2019-07-29 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 14.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | Peter Staev |
| Maintainers | 000panther |
| Keywords | NativeScript, StatusBar, tangra |

## Links

- npm: https://www.npmjs.com/package/apolloai-nativescript-status-bar
- Repository: https://github.com/PeterStaev/NativeScript-Status-Bar
- Homepage: https://github.com/PeterStaev/NativeScript-Status-Bar#readme
- Issues: https://github.com/PeterStaev/NativeScript-Status-Bar/issues
- npm.io page: https://npm.io/package/apolloai-nativescript-status-bar

## Recent versions

- 1.1.0 (latest) — 2019-07-29

## README

[![Build Status](https://travis-ci.org/PeterStaev/NativeScript-Status-Bar.svg?branch=master)](https://travis-ci.org/PeterStaev/NativeScript-Status-Bar)
[![npm downloads](https://img.shields.io/npm/dm/nativescript-status-bar.svg)](https://www.npmjs.com/package/nativescript-status-bar)
[![npm downloads](https://img.shields.io/npm/dt/nativescript-status-bar.svg)](https://www.npmjs.com/package/nativescript-status-bar)
[![npm](https://img.shields.io/npm/v/nativescript-status-bar.svg)](https://www.npmjs.com/package/nativescript-status-bar)

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

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

For Angular:
```TypeScript
// 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.

---
_Source: https://npm.io/package/apolloai-nativescript-status-bar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
