Disable default Cordova packages

I need to disable the default Cordova Statusbar plugin. How would I do this?

You currently can’t really disable it as it’s included as part of the webapp package. You can however call StatusBar.hide() inside an if(Meteor.isCordova) and it will hide the status bar.