Hey, I want to remove the default splashscreen from my Meteor Cordova app. How can I do this?
I’ve tried to do the following:
meteor remove cordova:org.apache.cordova.splashscreen
But this returns:
cordova plugin org.apache.cordova.splashscreen is not in this project.
Thanks in advance.