First of all, remove the current cordova splash screen plugin version from your app:
cordova plugin remove cordova-plugin-splashscreen
And then add the version 2:
cordova plugin add [email protected]
Finally, re-build your app and be happy ✨
First of all, remove the current cordova splash screen plugin version from your app:
cordova plugin remove cordova-plugin-splashscreen
And then add the version 2:
cordova plugin add [email protected]
Finally, re-build your app and be happy ✨