chore: remove expo-build-properties plugin, upgrade Sentry to v8, drop avatar aria-label

- Move iOS `deploymentTarget` from expo-build-properties plugin config to top-level `ios` field in app.json, removing the now-unnecessary `expo-build-properties` dependency
- Upgrade `@sentry/react-native` from ~7.11.0 to ~8.17.2
- Remove redundant `aria-label` from avatar upload button in web settings
This commit is contained in:
2026-07-12 16:55:34 -04:00
parent 05ed270602
commit 733eaec212
4 changed files with 26 additions and 54 deletions
@@ -179,7 +179,6 @@ export function AccountSection({
/>
}
className="focus-visible:ring-ring focus-visible:ring-offset-background relative shrink-0 cursor-pointer rounded-full focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"
aria-label={avatarUrl ? t`Remove profile picture` : t`Upload profile picture`}
>
<Avatar className="size-12 overflow-hidden">
<AvatarImage src={isAvatarPending ? undefined : avatarUrl} alt={displayName} />