Enhance receipt scanning with blur effect and dedicated result screen - #3
Merged
Conversation
Replace the translucent scrim strips with expo-blur BlurView strips so everything outside the dashed scan box is frosted, keeping the user's focus on the frame center. Geometry is shared between the blur hole and the frame via a single computed rect.
- Replace app.json with typed app.config.ts (APP_VARIANT-driven name/package) - Restore legacy androidBuildNumber key type-safely for the release workflow - Update release workflow to bump version/build in app.config.ts (was app.json) - Fix react-hooks purity/immutability lint errors in transactions.tsx - Drop unused catch binding in updateService.ts
Replace the overlay card on the camera viewport with a full-screen ReceiptScanResult component when OCR finishes. The CameraView unmounts while the result is shown, and retake returns to the camera.
- Add workflow_dispatch with an optional version input (falls back to the version in app.config.ts) and allow re-releasing existing tags - Resolve build number from androidBuildNumber in app.config.ts (default 0, increment by 1, override or insert the key) - Update the version value in app.config.ts from the release tag, stripped to a clean semver (e.g. 1.2.3-beta.1 -> 1.2.3) - Wire the resolved tag through previous-tag, release notes and release creation; add contents: write permission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.