Reduce Splash Screen Time Upto 2 second

Please follow below steps to reduce splash screen time:-

  1. First delete your node_modules folder
  2. Delete any Temp Folder
  3. Delete Plugins Folder
  4. remove platform android using ‘ionic platform rm android’.
  5. Now Reinstall Everything : - (i). npm install . (ii) ionic serve. (iii) ionic platform add android
  6. Now run this Command FINALLY “ionic build android --prod”

THIS WORKS 100% PERFECTLY.

If this doesn’t work please don’t giveup . Try above steps 2 to 3 times, I’m SURE this will work.