We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in Android (core JavaScript) when running with
var falert = require("nativescript-fancyalert"); falert.TNSFancyAlert.showSuccess('Success!', 'Fancy alerts are nice.', 'Yes they are!' ).then(() => { console.log("Success") }, (error) => { console.log(error);});
gives error as ReferenceError: cn is not defined on Android (iOS not tested)
ReferenceError: cn is not defined
Tried tns platform clean android and rm -rf platforms/android, but none worked.
tns platform clean android
rm -rf platforms/android
Running NativeScript CLI version 6.5.0.
The text was updated successfully, but these errors were encountered:
Ran into the same issue, any solution to this?
Sorry, something went wrong.
Not that I have seen so far.
Any update on this? Error occurring again in latest natevescript version(8.2.0)
Edited: Nvm.. latest versions use @nstudio/nativescript-fancyalert
No branches or pull requests
Issue in Android (core JavaScript) when running with
var falert = require("nativescript-fancyalert"); falert.TNSFancyAlert.showSuccess('Success!', 'Fancy alerts are nice.', 'Yes they are!' ).then(() => { console.log("Success") }, (error) => { console.log(error);});
gives error as
ReferenceError: cn is not defined
on Android (iOS not tested)Tried
tns platform clean android
andrm -rf platforms/android
, but none worked.Running NativeScript CLI version 6.5.0.
The text was updated successfully, but these errors were encountered: