Recolor example app icons to brown; mark the 1.0.0 release#87
Merged
Conversation
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>
bmanquen
approved these changes
Jul 17, 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.
Summary
The example app's icon set moves from red to brown across iOS, Android, splash, and web. A
majorchangeset 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
adaptiveIcon.backgroundColorfrom#c5515ato#aa673aso the flat background matches the recolored background image.majorchangeset 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
Test plan
expo prebuild(iOS + Android): generatedAppIcon.appiconset(light/dark/tinted) and Android mipmaps withiconBackground=#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;examplestays 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
majorchangeset to mark the 1.0.0 milestone release for both published packages.adaptiveIcon.backgroundColorinapp.jsonfrom#c5515ato#aa673ato keep the flat fallback color consistent with the recolored background image.majorchangeset for@youversion/platform-react-native-expo-coreand@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
Reviews (1): Last reviewed commit: "Recolor example app icons to brown; mark..." | Re-trigger Greptile