expo-postpublish-notify

1.0.1 • Public • Published

expo-postpublish-notify

Post a notification on an incoming webhook

Installation

  1. [Create an incoming webhook]
  2. add expo-postpublish-notify in your project.
  3. Add the following to your app.json within the "expo" key.
  "hooks": {
    "postPublish": [
      {
        "file": "expo-postpublish-notify",
        "config": {
          "webhookUrl": "your webhook url here",
        }
      }
    ]
  }

/expo-postpublish-notify/

    Package Sidebar

    Install

    npm i expo-postpublish-notify

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    1.79 kB

    Total Files

    3

    Last publish

    Collaborators

    • emb715