更新到最新版本的nativescript-toast后,它在iOS中停止工作(在Android中工作正常)。我的意思是,当应用程序按预期运行时,吐司未显示。
在以前的版本中,所有内容均符合预期。但是,当我更新到新版本后,它停止工作,并且还向我的podfile中添加了pod SBToaster。
这是package.json
"nativescript-toast": "^2.0.0",
过去我的版本是1.4.6
在我的Podfile中,我有:
pod 'SBToaster', '~> 2.1.2'
pod 'Toast'
在我的组件中,我有:
Toast.makeText(message).show();
答案 0 :(得分:2)
我在最新版SDK上遇到nativescript-toast
插件的各种兼容性问题。最简单的方法似乎是切换到更相关且最新的nativescript-toasty插件。
tns plugin add nativescript-toasty