After I updated to the latest version of nativescript-toast it stopped working in iOS (In Android it's working fine). I mean, the toast are not being shown, while the app works as expected.
In the previous version everything was as expected. But after I update to the new one, it stop working and also added the pod SBToaster to my podfile.
This is the package.json
"nativescript-toast": "^2.0.0",
In the past I have the version 1.4.6
And in my Podfile I have:
pod 'SBToaster', '~> 2.1.2'
pod 'Toast'
In my component I have:
Toast.makeText(message).show();