# with-notifee

> An Expo config plugin for easy setup of `https://github.com/invertase/notifee`

Latest version **0.0.2** (published 2021-10-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install with-notifee
pnpm add with-notifee
yarn add with-notifee
bun add with-notifee
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2021-10-07 |
| First published | 2021-10-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 39 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Nick Pratley |
| Maintainers | nicko170 |
| Keywords | react-native, expo, config-plugins |

## Links

- npm: https://www.npmjs.com/package/with-notifee
- Repository: https://github.com/nicko170/with-notifee
- Homepage: https://github.com/nicko170/with-notifee#readme
- Issues: https://github.com/nicko170/with-notifee/issues
- npm.io page: https://npm.io/package/with-notifee

## Dependencies (2)

- [glob](https://npm.io/package/glob.md) ^7.1.7
- [@expo/config-plugins](https://npm.io/package/@expo/config-plugins.md) ^3.0.7

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2021-10-07
- 0.0.1 — 2021-10-07

## README

# Expo - `with-notifee`

An [Expo Config Plugin](https://docs.expo.io/guides/config-plugins) to setup [`notifee`](https://github.com/invertase/notifee/), without touching native code


You can learn more about it here:
- [Config Plugins - Expo docs](https://docs.expo.io/guides/config-plugins)
- Expo Managed Workflow in 2021: [part 1](https://blog.expo.io/expo-managed-workflow-in-2021-5b887bbf7dbb), [part 2](https://blog.expo.io/expo-managed-workflow-in-2021-d1c9b68aa10)

## Getting started

Some points you need to be aware of before use this plugin
- **This plugin only works on Android**
- The plugin relays on regex to make some file modifications, so if it doesn't work with your configuration feel free to open an issue

## Installation

#### Prerequisites:

- App project using Expo SDK 41+.
- Installed `expo-cli@4.4.4` or later.
- Installed `getsocial-react-native-sdk` JavaScript libraries: `yarn add getsocial-react-native-sdk`

#### With `expo install`

```
expo install with-notifee
```

#### Without `expo install`

```sh
# using yarn
yarn add with-notifee

# using npm
npm install with-notifee
```

Open your `app.json` or `app.config.js` and update your `plugins` section (`expo install` would do it for you):

```json
{
  "plugins": ["with-notifee"]
}
```


## Building and running

You can either:

- Use `expo prebuild` or `expo run:android`/`expo run:ios` to update your native projects,
- Use _[EAS Build](https://docs.expo.io/build/introduction/)_ to build your development client.

## Credits

- Expo
- The Invertase team

## License

GNU GPL v3

---
_Source: https://npm.io/package/with-notifee · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
