NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

Unable to load page when requiring plugin #2

Closed NordlingDev closed 7 years ago

NordlingDev commented 7 years ago

Platform: iOS TNS: 2.3.0

The page won't load if I require this plugin in either ways:

TNSFancyAlert = require("nativescript-fancyalert");

TNSFancyAlert = require("nativescript-fancyalert").TNSFancyAlert;

Has something broken inside the plugin?

NordlingDev commented 7 years ago

Problem solved: Had to rebuild the project. I usually don't need to do this when adding new plugins...