org.apacha.cordova.splashscreen versus cordova-plugin-splashscreen

  • 1
  • Question
  • Updated 4 years ago
What is difference between these two?
Photo of Jason Oakman

Jason Oakman

  • 2 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of Chris Griffith

Chris Griffith, Champion

  • 347 Posts
  • 92 Reply Likes
All the core plugins moved to npm. In doing so, their naming scheme changed.
Any plugin that is org.apacha.cordova.* is an older plugin, while cordova-plugin-* is the newer plugin.

Hope that helps.