A GitHub Action that checks project fingerprinting for pull requests using @expo/fingerprint.
A GitHub Action that repackages apps from fingerprint-compatible builds with new JavaScript bundles and app metadata without rebuilding the entire native project.
A composite GitHub Action that simplifies the fingerprint-based repackaging workflow by combining artifact querying, downloading, repacking, building, uploading, and database updates into a single step.
All GitHub Actions in this repository are open-source and contributions are welcome. To get up and running with this repository locally, follow these steps:
- Clone a fork of this repository
- Install dependencies with Bun
bun install
- Make any change to the code
- Rebuild the actions
bun run build
- Make sure code is formatted and tested
bun run lint --fix bun run test - Open a PR with your contribution 🎉