In ionic 4 read and list mobile sms

I want to retrieve all the SMS from Mobile using cordova plugin, i used “cordova-plugin-sms” plugin in ionic 4 with
@ionic-native/core”: “^5.0.0”,
@ionic-native/sms”: “^4.20.0”

Can anyone help me out :slight_smile:

You seem to have answered your own question. All ionic-native things must be on the same major version.