expo-postpublish-telegram-notify
v1.1.1
Published
Post a notification on Telegram whenever your project is published. Presumably you already know this is happening so it's probably more useful to non-you people, such as your team or your grandparents.
Downloads
15
Readme
expo-postpublish-telegram-notify
Post a notification on Telegram whenever your project is published. Presumably you already know this is happening so it's probably more useful to non-you people, such as your team or your grandparents.
Installation
- Create an Telegram's bot.
yarn add expo-postpublish-telegram-notify
in your project.- Add the following to your
exp.json
- Start chat with bot via command
/start
. If not, you will receive an error400 - Bad Request: chat not found
.
"hooks": {
"postPublish": [
{
"file": "expo-postpublish-telegram-notify",
"config": {
"botToken": "YOUR BOT TOKEN FROM BOT FATHER",
"chatIds": [
]
}
}
]
}