expo-postpublish-notify
v1.0.1
Published
Post a notification on an incoming webhook
Downloads
3
Readme
expo-postpublish-notify
Post a notification on an incoming webhook
Installation
- [Create an incoming webhook]
add expo-postpublish-notifyin your project.- Add the following to your
app.jsonwithin the "expo" key.
"hooks": {
"postPublish": [
{
"file": "expo-postpublish-notify",
"config": {
"webhookUrl": "your webhook url here",
}
}
]
}