Expo starter module
Build status hooks
Receives build and submission status changes without processing the same result twice.
- Files
- 2
- Lines
- 132
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/webhooks/handle-build-event.ts
Records EAS build and submission webhook events without processing retries twice.
TypeScript
104 lines
src/webhooks/verify-signature.ts
Verifies that an EAS webhook body matches its signed request header.
TypeScript
28 lines