@lazidog/expo-notification-extension
Version:
| [with FCM compatibility] The Expo Notification Service Extension plugin allows you to add a Notification Service Extension file while staying in the managed workflow.
20 lines (16 loc) • 387 B
Markdown
# 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
}
]
]
}
```