@akylas/nativescript-app-utils
Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.
npm i --save @akylas/nativescript-app-utils
- Version: 2.2.0
- GitHub: https://github.com/akylas/nativescript-app-utils
- NPM: https://www.npmjs.com/package/%40akylas%2Fnativescript-app-utils
- Downloads:
- Last Day: 8
- Last Week: 98
- Last Month: 371
NativeScript Application Utils
A NativeScript plugin with utils for app dev
Usage
npm install @akylas/nativescript-app-utils --save
Development workflow
If you would like to contribute to this plugin in order to enabled the repositories code for development follow this steps:
- Fork the repository locally
- Open the repository in your favorite terminal
- Navigate to the src code that contains the plugin's code
cd /src
- Execute the npm script
nmp run build.wrappers
ornpm run build.wrappers.watch
- When running the Vanila NativeScript demo app execute:
npm run demo.android
ornpm run demo.ios
- When running the Angular NativeScript demo app execute:
npm run demo.angular.android
ornpm run demo.angular.ios