UNPKG

nativescript-local-notifications

Version:

The Local Notifications plugin allows your app to show notifications when the app is not running. Just like remote push notifications, but a few orders of magnitude easier to set up.

9 lines (7 loc) 264 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from "./local-notifications.ios"; // Export any shared classes, constants, etc. export * from "./local-notifications-common";