I build app using Ionic 3. My app needed social sharing. I installed social sharing plugin from here https://ionicframework.com/docs/v3/native/social-sharing/ But error show
You installed the latest @ionic-native/social-sharing
(v5+)
Fallback @ionic-native/social-sharing
to v4+. The issue will be fixed.
Follow these steps:
npm uninstall --save @ionic-native/social-sharing
npm install --save @ionic-native/social-sharing@4.12.0