Skip to content

Recolor example app icons to brown; mark the 1.0.0 release#87

Merged
cameronapak merged 1 commit into
mainfrom
claude/expo-sdk-icons-update-813bd5
Jul 17, 2026
Merged

Recolor example app icons to brown; mark the 1.0.0 release#87
cameronapak merged 1 commit into
mainfrom
claude/expo-sdk-icons-update-813bd5

Conversation

@cameronapak

@cameronapak cameronapak commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

The example app's icon set moves from red to brown across iOS, Android, splash, and web. A major changeset marks both published packages for the 1.0.0 milestone release — there are no API changes, the bump is symbolic.

Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-07-17.at.11.36.02.mov

Changes

  1. Recolored the example app icon set from red to brown — iOS light/dark, Android adaptive foreground + background image, splash, and favicon — via a +36° hue shift that preserves the glyph and gloss (grayscale tinted/monochrome untouched; the OS colorizes those at runtime).
  2. Updated Android adaptiveIcon.backgroundColor from #c5515a to #aa673a so the flat background matches the recolored background image.
  3. Added a major changeset marking both published packages for the 1.0.0 launch (no breaking API changes).

Start here: change 3 — the major bump is intentional and symbolic (the 1.0.0 launch marker), not a real breaking change; consumers have nothing to migrate.

Screenshots

Before After
before after

Test plan

  • expo prebuild (iOS + Android): generated AppIcon.appiconset (light/dark/tinted) and Android mipmaps with iconBackground = #aa673a.
  • expo run:ios: build succeeded, app installed and launched on the iOS Simulator.
  • pnpm changeset status: both published packages bump major → 1.0.0; example stays private (unpublished).

Greptile Summary

This PR recolors the example app's icon set from red to brown across iOS, Android, splash, and web assets, and adds a major changeset to mark the 1.0.0 milestone release for both published packages.

  • Updated six PNG assets (main icon, dark icon, adaptive foreground/background, splash, favicon) with a +36° hue shift; grayscale tinted and monochrome variants are correctly left untouched since the OS colorizes them at runtime.
  • Changed adaptiveIcon.backgroundColor in app.json from #c5515a to #aa673a to keep the flat fallback color consistent with the recolored background image.
  • Added a major changeset for @youversion/platform-react-native-expo-core and @youversion/platform-react-native-expo-ui; the description clearly notes there are no breaking API changes and the bump is a symbolic 1.0.0 launch marker.

Confidence Score: 5/5

Safe to merge — changes are limited to example app assets, a single hex color in app.json, and a changeset file; no SDK source code is touched.

The diff is entirely asset swaps and a config hex-color update in the example app, plus a well-documented changeset. The grayscale/monochrome icon variants are correctly left untouched. The backgroundColor in app.json aligns with the new background image. No logic, API surface, or native source code is modified.

No files require special attention.

Important Files Changed

Filename Overview
.changeset/v1-0-0-launch.md New major changeset for both published packages; description clearly documents the symbolic 1.0.0 intent and absence of breaking changes.
apps/example/app.json Updated adaptiveIcon.backgroundColor to #aa673a to match the recolored background image; all other icon references are consistent.
apps/example/assets/icon.png Binary asset updated with brown color scheme; referenced correctly in app.json as the primary iOS icon.
apps/example/assets/icon-dark.png Binary asset updated with brown color scheme for iOS dark mode icon variant.
apps/example/assets/adaptive-icon.png Binary asset updated with brown foreground for Android adaptive icon.
apps/example/assets/adaptive-icon-bg.png Binary asset updated with brown background for Android adaptive icon; matches the updated backgroundColor hex in app.json.
apps/example/assets/splash-icon.png Binary asset updated with brown color scheme for the splash screen icon.
apps/example/assets/favicon.png Binary asset updated with brown color scheme for the web favicon.

Reviews (1): Last reviewed commit: "Recolor example app icons to brown; mark..." | Re-trigger Greptile

Recolor the example app icon set from red to brown across iOS (light/dark),
Android adaptive (foreground + background image), splash, and favicon via a
+36 degree hue shift that preserves the glyph geometry and gloss. Update
Android adaptiveIcon.backgroundColor to match the recolored background. Add a
major changeset marking both published packages for the symbolic 1.0.0 launch
(no breaking API changes).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cameronapak
cameronapak merged commit ce283a0 into main Jul 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants