Running the following commands fixed the issue for me:
ionic plugin rm cordova-plugin-splashscreen
ionic plugin add https://github.com/apache/cordova-plugin-splashscreen.git
This will get you the latest version from their repo.
Running the following commands fixed the issue for me:
ionic plugin rm cordova-plugin-splashscreen
ionic plugin add https://github.com/apache/cordova-plugin-splashscreen.git
This will get you the latest version from their repo.