# ionic-local-notifications-100mb

> Tweaked version of @ionic-native/local-notifications to allow notification actions.

Latest version **4.5.6** (published 2018-09-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install ionic-local-notifications-100mb
pnpm add ionic-local-notifications-100mb
yarn add ionic-local-notifications-100mb
bun add ionic-local-notifications-100mb
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.5.6 |
| Published | 2018-09-13 |
| First published | 2018-09-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 45.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ionic |
| Maintainers | m52go |

## Links

- npm: https://www.npmjs.com/package/ionic-local-notifications-100mb
- npm.io page: https://npm.io/package/ionic-local-notifications-100mb

## Recent versions

- 4.5.6 (latest) — 2018-09-13
- 4.5.5 — 2018-09-13
- 4.5.4 — 2018-09-13

## README

# Local Notifications

**This package is a fork of the official [@ionic/local-notifications](https://www.npmjs.com/package/@ionic-native/local-notifications) repository.**

It enables a few key items that are already enabled in the [plugin code](https://github.com/katzer/cordova-plugin-local-notifications/) but disabled in the declaration file for some reason:

* setting notification priority
* using the trigger property to schedule future notifications
* implementing action buttons
* making notifications sticky
* setting the launch property of a notification (i.e., does tapping a notification launch the app)

Tweaks were made only to allow specific functionality in the 100 Million Books Android app, and I only released this package to make it easier for people to build the app from source themselves. 

I don't recommend using this package for any other reason unless you really know what you're doing. It's several months behind the officially maintained repository, and chances are it won't do what you want out of the box. 

Instead, I recommend checking the declarations in `index.d.ts` and making the changes you need for your specific use case.

---
_Source: https://npm.io/package/ionic-local-notifications-100mb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
