All Projects → PeterStaev → NativeScript-Status-Bar

PeterStaev / NativeScript-Status-Bar

Licence: Apache-2.0 license
A simple NativeScript plugin for controlling status bar visibility.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to NativeScript-Status-Bar

Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+13480%)
Mutual labels:  statusbar
Airpodsbattery Monitor For Mac
Simple Widget to display your AirPods battery levels from the Mac Status bar
Stars: ✭ 165 (+1000%)
Mutual labels:  statusbar
Ccnstatusitem
CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.
Stars: ✭ 223 (+1386.67%)
Mutual labels:  statusbar
Allkdic
올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!
Stars: ✭ 120 (+700%)
Mutual labels:  statusbar
Macos Menubar Wireguard
macOS menubar icon for WireGuard/wg-quick
Stars: ✭ 144 (+860%)
Mutual labels:  statusbar
Luastatus
universal status bar content generator
Stars: ✭ 195 (+1200%)
Mutual labels:  statusbar
Systemuihelper
Helper for dealing with Android System UI visibility
Stars: ✭ 108 (+620%)
Mutual labels:  statusbar
tailwind
Makes using TailwindCSS in NativeScript a whole lot easier!
Stars: ✭ 128 (+753.33%)
Mutual labels:  nativescript
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (+900%)
Mutual labels:  statusbar
React Native Statusbar Alert
A status bar alert (e.g. in-call, recording, navigating) for React Native
Stars: ✭ 221 (+1373.33%)
Mutual labels:  statusbar
Nibar
Simple Übersicht status bar with yabai support.
Stars: ✭ 127 (+746.67%)
Mutual labels:  statusbar
Syncthing Bar
A statusbar for syncthing on Mac OS X
Stars: ✭ 133 (+786.67%)
Mutual labels:  statusbar
Flutter statusbarcolor
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Stars: ✭ 203 (+1253.33%)
Mutual labels:  statusbar
Edge To Edge
Full screen Android apps using simple Kotlin DSL
Stars: ✭ 118 (+686.67%)
Mutual labels:  statusbar
Simple Bar
A yabai status bar widget for Übersicht
Stars: ✭ 241 (+1506.67%)
Mutual labels:  statusbar
Status
A no-root status bar replacement for Android.
Stars: ✭ 113 (+653.33%)
Mutual labels:  statusbar
Dwm Bar
A modular statusbar for dwm
Stars: ✭ 171 (+1040%)
Mutual labels:  statusbar
nativescript-store-update
No description or website provided.
Stars: ✭ 18 (+20%)
Mutual labels:  nativescript
nativescript-datetimepicker
Plugin with date and time picking fields
Stars: ✭ 26 (+73.33%)
Mutual labels:  nativescript
Statusbaralert
Telegram X inspired android status bar alert view
Stars: ✭ 214 (+1326.67%)
Mutual labels:  statusbar

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");

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].