I am facing a challenge in styling the status bar in NativeScript and have not yet found a solution. I attempted to use this package but encountered issues when inserting the following line into the main-page.xml file:
<x:StatusBar android:barStyle="#0E0A0E"/>
I placed the line below the
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:x="nativescript-statusbar">
section, however, it resulted in the status bar turning black and the entire app becoming a blank page. This is not the desired outcome. Currently, I only have a new NativeScript project without any templates.