Skip to content

A simple NativeScript plugin for controlling status bar visibility.

License

Notifications You must be signed in to change notification settings

IWAtech/NativeScript-Status-Bar

 
 

Repository files navigation

Apollo.ai NativeScript StatusBar plugin

A fork of https://github.com/PeterStaev simple NativeScript plugin for controlling status bar visibility.

Installation

Run the following command from the root of your project:

tns plugin add apolloai-nativescript-status-bar

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

API

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

For Angular:

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

  • hide()
    Hides the status bar.

About

A simple NativeScript plugin for controlling status bar visibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • TypeScript 41.8%