# expo-notification-extension

| [with FCM compatibility] The Expo Notification Service Extension plugin allows you to add a Notification Service Extension file while staying in the managed workflow.

## Usage

Add to app.json

```
{
  "plugins": [
    [
      "@lazidog/expo-notification-extension",
      {
        "apsEnvironment": "development" or "production
      }
    ]
  ]
}
```