TNSFancyAlert.showSuccess(
"Success!",
"Fancy alerts are nice.",
"Yes they are!",
)
.then(() => {
console.log("success")
}).catch(err => {
console.log(err)
})
错误响应是: [TypeError:cn.refactor.lib.colordialog.PromptDialog不是构造函数]
发件人:https://github.com/NathanWalker/nativescript-fancyalert
我做错了吗?
答案 0 :(得分:5)
我之前遇到过这个问题
尝试rm -rf platforms/android
然后再次运行tns run andoid --bundle
希望这会有所帮助!干杯