NativeScript-Status-Bar
NativeScript-Status-Bar copied to clipboard
Does this work on 2.2?
I added the plugin, but the hide doesnt seem to work
Running the code direct doesn't seem to have an effect either https://github.com/PeterStaev/NativeScript-Status-Bar/blob/master/status-bar.ios.ts#L24
Any idea?
Hey @sitefinitysteve , from what I see this still works in latest 2.2. I just tested by updating this repo to 2.2.1. For iOS it is really important that the Info.plist entry is present, otherwise it will not work. Can you try to do tns platform clean ios and then tns deploy ios to see if that will fix the problem. If not then my only guess is that something is preventing for the plugin's Info.plist changes to merge in the app's one.