TNSFancyAlert.showSuccess(
    "Success!",
    "Fancy alerts are nice.",
    "Yes they are!",
)
.then(() => {
    console.log("success")
}).catch(err => {
    console.log(err)
})
the err response is: [TypeError: cn.refactor.lib.colordialog.PromptDialog is not a constructor]
From: https://github.com/NathanWalker/nativescript-fancyalert
Did I do something wrong?
 
    