Closed JeffersonLPLima closed 5 years ago
The Playground/preview app doesn't support this plugin.
I am getting this error when using tns deploy android
, any ideas?
Running tns platform remove android;tns platform add android;tns build android
fixed it.
What can I use in playground for android notifications?
I'm trying load the package on Nativescript-Javascript using
var LocalNotifications = require("../nativescript-local-notifications");
but I got the following error...I already try using Playground and the "tns preview", but both give me this error above.