1.0.2 • Published 9 months ago

@lazidog/expo-notification-extension v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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
      }
    ]
  ]
}