Expo XDE: Slack Webhook integration

Is it possible to trigger a Slack Webhook integration from the Expo XDE publish command?
Or maybe from the project settings?

I don’t think that is supported, but you could probably script it if you use exp to publish. Maybe set up a publish script in your package.json to exp publish && notify_slack_of_publish_event.sh

Yes you can do that, expo now provides post publish hooks

take a look at this page : Introducing support for postPublish hooks | by Brent Vatne | Exposition

Search for Example: Post a notification to Slack

1 Like