Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.
npm install @akylas/nativescript-app-utilsA NativeScript plugin with utils for app dev
`````
npm install @akylas/nativescript-app-utils --save
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 /srcnmp run build.wrappers
- Execute the npm script or npm run build.wrappers.watchnpm run demo.android
- When running the Vanila NativeScript demo app execute: or npm run demo.iosnpm run demo.angular.android
- When running the Angular NativeScript demo app execute: or npm run demo.angular.ios`