A fork of https://github.com/PeterStaev simple NativeScript plugin for controlling status bar visibility.
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.
// Get reference to the Status Bar plugin moduleimportstatusBar= require("apolloai-nativescript-status-bar");For Angular:
// Get reference to the Status Bar plugin moduleimport*asstatusBarfrom'apolloai-nativescript-status-bar'show()
Shows the status bar.hide()
Hides the status bar.