feat(mobile): replace Support tile with Feedback flow#4487
Merged
Conversation
Tapping Feedback asks how the user likes the app. Happy path prompts for a store review (native in-app popup first time, store deep link after); unhappy path routes to the existing support email composer.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryThe previously flagged issue is resolved: the entire native-popup path in Files Reviewed (1 file)
Previous Review Summary (commit 1b4f12f)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 1b4f12f)Status: 1 Issue Found | Recommendation: Address before merge Executive SummaryThe new store-review flow in Overview
Issue Details (click to expand)WARNING
Files Reviewed (5 files)
Reviewed by claude-sonnet-5 · Input: 20 · Output: 4.2K · Cached: 378K |
jeanduplessis
approved these changes
Jul 10, 2026
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.
What
Renames the profile Support tile to Feedback (icon: MessageSquare) and adds a two-step alert flow:
expo-store-review), with the timestamp recorded in SecureStoreWhy
The native review popup silently no-ops once the OS rate limit is hit (iOS: 3/year), so after the first use we send users to the store page instead, which always works.
Notes
expo-store-review(vianpx expo install;expo-doctorpasses 19/19)src/lib/feedback.tsto keepprofile-screen.tsxunder the line limitpnpm format && pnpm typecheck && pnpm lint && pnpm check:unusedall passE2E verification (iOS simulator, local backend)