1.0.4 • Published 5 months ago

pushy-expo-plugin v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

pushy-expo-plugin

npm version

The official Pushy Expo Config Plugin for Expo apps.

Pushy is the most reliable push notification gateway, perfect for real-time, mission-critical applications.

Usage

Please refer to our detailed documentation to get started.

Demo

Please refer to pushy-demo-expo for a sample Expo project that integrates this plugin.

Production Notes

Please set the aps-environment plugin property to production when building your Expo iOS app for production.

app.json

{
  "plugins": [
    [
      "pushy-expo-plugin",
      {
        "aps-environment": "production"
      }
    ]
  ]
}

License

Apache 2.0

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago